#E48314

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

Shades of Carrot Orange #E48314

Tints of Carrot Orange #E48314

Color information

#E48314 (or 0xE48314) is unknown color: approx Carrot Orange. HEX triplet: E4, 83 and 14. RGB value is (228,131,20). Sum of RGB (Red+Green+Blue) = 228+131+20=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E48314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48314 is #1B7CEB. Grayscale: #939393. Windows color (decimal): -1801452 or 1344484. OLE color: 1344484.

HSL color Cylindrical-coordinate representation of color #E48314: hue angle of 32.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E48314 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB22813120-
CMYK00.430.910.11
HSL32.02º83.87%48.63%-
HSV(B)32.02º91.23%89.41%-
XYZ40.2432.784.87-
YUV147.3556.14185.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 60.16%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 20 (8.20% from 255) = 5.28%
R=60.16%
G=34.56%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281312000.430.910.1132.0283.8748.63
HexE4831402B5BB205431
Octal34420324053133134012461
Binary1110010010000011101000101011101101110111000001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48314; }

 p { color: rgb(228,131,20); }

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

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

 a { background-color: rgb(228,131,20); }

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

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

 span { border-color: rgb(228,131,20); }

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