Html Css Color HEX #E48814 Carrot Orange

📋 copy color: '#E48814'

red 228 ◦ green 136 ◦ blue 20

#E48814
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #E48814

Tints of Carrot Orange #E48814

RGB

 RED value IS 228 (89.45% from 255) = 59.38%

 GREEN value IS 136 (53.52% from 255) = 35.42%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 59.38%
G = 35.42%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E48814 (or 0xE48814) is known color: Carrot Orange. HEX triplet: E4, 88 and 14. RGB value is (228,136,20). Sum of RGB (Red+Green+Blue) = 228+136+20=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E48814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48814 is #1B77EB. Grayscale: #969696. Windows color (decimal): -1800172 or 1345764. OLE color: 1345764.

HSL color Cylindrical-coordinate representation of color #E48814: hue angle of 33.46º 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 #E48814 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 136 20 -
CMYK 0 0.40 0.91 0.11
HSL 33.46º 0.84% 0.49% -
HSV(B) 33.46º 0.91% 0.89% -
XYZ 40.93 34.15 5.1 -
YUV 150.28 54.48 183.43 -
System Red Green Blue C M Y K H S L
Decimal 228 136 20 0 0.40 0.91 0.11 33.46 0.84 0.49
Hex E4 88 14 0 28 5B B 21 54 31
Octal 344 210 24 0 50 133 13 41 124 61
Binary 11100100 10001000 10100 0 101000 1011011 1011 100001 1010100 110001

Color Harmonies of #E48814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48814

Black with #E48814

Text Example


Text Example

White with #E48814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48814; }

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

 H1.HeaderClassName
 {
   color: #E48814;
 }
 .AnyTagClassName
 {
   color: #E48814;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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