Html Css Color HEX #E08416 Carrot Orange

📋 copy color: '#E08416'

red 224 ◦ green 132 ◦ blue 22

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

Shades of Carrot Orange #E08416

Tints of Carrot Orange #E08416

RGB

 RED value IS 224 (87.89% from 255) = 59.26%

 GREEN value IS 132 (51.95% from 255) = 34.92%

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 59.26%
G = 34.92%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E08416 (or 0xE08416) is known color: Carrot Orange. HEX triplet: E0, 84 and 16. RGB value is (224,132,22). Sum of RGB (Red+Green+Blue) = 224+132+22=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E08416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08416 is #1F7BE9. Grayscale: #939393. Windows color (decimal): -2063338 or 1475808. OLE color: 1475808.

HSL color Cylindrical-coordinate representation of color #E08416: hue angle of 32.67º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E08416 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 132 22 -
CMYK 0 0.41 0.90 0.12
HSL 32.67º 0.82% 0.48% -
HSV(B) 32.67º 0.9% 0.88% -
XYZ 39.14 32.41 4.95 -
YUV 146.97 57.48 182.94 -
System Red Green Blue C M Y K H S L
Decimal 224 132 22 0 0.41 0.90 0.12 32.67 0.82 0.48
Hex E0 84 16 0 29 5A C 21 52 30
Octal 340 204 26 0 51 132 14 41 122 60
Binary 11100000 10000100 10110 0 101001 1011010 1100 100001 1010010 110000

Color Harmonies of #E08416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08416

Black with #E08416

Text Example


Text Example

White with #E08416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08416; }

 p { color: rgb(224,132,22); }

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

background-color css

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

 a { background-color: rgb(224,132,22); }

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

border-color css

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

 span { border-color: rgb(224,132,22); }

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