#e48b2a

Color #E48B2A Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #E48B2A

Tints of Carrot Orange #E48B2A

Color information

#E48B2A (or 0xE48B2A) is unknown color: approx Carrot Orange. HEX triplet: E4, 8B and 2A. RGB value is (228,139,42). Sum of RGB (Red+Green+Blue) = 228+139+42=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48B2A is #1B74D5. Grayscale: #9B9B9B. Windows color (decimal): -1799382 or 2788324. OLE color: 2788324.

HSL color Cylindrical-coordinate representation of color #E48B2A: hue angle of 31.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E48B2A is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB22813942-
CMYK00.390.820.11
HSL31.29º77.5%52.94%-
HSV(B)31.29º81.58%89.41%-
XYZ41.6535.136.78-
YUV154.5564.49180.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 55.75%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 42 (16.80% from 255) = 10.27%
R=55.75%
G=33.99%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281394200.390.820.1131.2977.552.94
HexE48B2A02752B1f4e35
Octal34421352047122133711665
Binary1110010010001011101010010011110100101011111111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e48b2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e48b2a; }

 p { color: rgb(228,139,42); }

 H1.HeaderClassName
 {
   color: #e48b2a;
 }
 .AnyTagClassName
 {
   color: #e48b2a;
 }
</style>
background-color css

<style>
 a { background-color: #e48b2a; }

 a { background-color: rgb(228,139,42); }

 div.DivClassName
 {
   background-color: #e48b2a;
 }
 .BgClassName
 {
   background-color: #e48b2a;
 }
</style>
border-color css

<style>
 span { border-color: #e48b2a; }

 span { border-color: rgb(228,139,42); }

 td.TdClassName
 {
   border-color: #e48b2a;
 }
 .TagClassName
 {
   border-color: #e48b2a;
 }
</style>