Html Css Color HEX #E08614 Carrot Orange

📋 copy color: '#E08614'

red 224 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #E08614

Tints of Carrot Orange #E08614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.45%

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

R = 59.26%
G = 35.45%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08614 (or 0xE08614) is known color: Carrot Orange. HEX triplet: E0, 86 and 14. RGB value is (224,134,20). Sum of RGB (Red+Green+Blue) = 224+134+20=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E08614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08614 is #1F79EB. Grayscale: #949494. Windows color (decimal): -2062828 or 1345248. OLE color: 1345248.

HSL color Cylindrical-coordinate representation of color #E08614: hue angle of 33.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E08614 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 20 -
CMYK 0 0.40 0.91 0.12
HSL 33.53º 0.84% 0.48% -
HSV(B) 33.53º 0.91% 0.88% -
XYZ 39.39 32.95 4.95 -
YUV 147.91 55.82 182.27 -
System Red Green Blue C M Y K H S L
Decimal 224 134 20 0 0.40 0.91 0.12 33.53 0.84 0.48
Hex E0 86 14 0 28 5B C 22 54 30
Octal 340 206 24 0 50 133 14 42 124 60
Binary 11100000 10000110 10100 0 101000 1011011 1100 100010 1010100 110000

Color Harmonies of #E08614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08614

Black with #E08614

Text Example


Text Example

White with #E08614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08614; }

 p { color: rgb(224,134,20); }

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

background-color css

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

 a { background-color: rgb(224,134,20); }

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

border-color css

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

 span { border-color: rgb(224,134,20); }

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