Html Css Color HEX #EE8614 Carrot Orange

📋 copy color: '#EE8614'

red 238 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #EE8614

Tints of Carrot Orange #EE8614

RGB

 RED value IS 238 (93.36% from 255) = 60.71%

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

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

R = 60.71%
G = 34.18%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE8614 (or 0xEE8614) is known color: Carrot Orange. HEX triplet: EE, 86 and 14. RGB value is (238,134,20). Sum of RGB (Red+Green+Blue) = 238+134+20=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8614 is #1179EB. Grayscale: #989898. Windows color (decimal): -1145324 or 1345262. OLE color: 1345262.

HSL color Cylindrical-coordinate representation of color #EE8614: hue angle of 31.38º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE8614 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 134 20 -
CMYK 0 0.44 0.92 0.07
HSL 31.38º 0.87% 0.51% -
HSV(B) 31.38º 0.92% 0.93% -
XYZ 43.91 35.28 5.16 -
YUV 152.1 53.46 189.27 -
System Red Green Blue C M Y K H S L
Decimal 238 134 20 0 0.44 0.92 0.07 31.38 0.87 0.51
Hex EE 86 14 0 2C 5C 7 1F 57 33
Octal 356 206 24 0 54 134 7 37 127 63
Binary 11101110 10000110 10100 0 101100 1011100 111 11111 1010111 110011

Color Harmonies of #EE8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8614

Black with #EE8614

Text Example


Text Example

White with #EE8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8614; }

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

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

background-color css

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

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

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

border-color css

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

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

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