Html Css Color HEX #EA8B15 Carrot Orange

📋 copy color: '#EA8B15'

red 234 ◦ green 139 ◦ blue 21

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

Shades of Carrot Orange #EA8B15

Tints of Carrot Orange #EA8B15

RGB

 RED value IS 234 (91.8% from 255) = 59.39%

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 59.39%
G = 35.28%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA8B15 (or 0xEA8B15) is known color: Carrot Orange. HEX triplet: EA, 8B and 15. RGB value is (234,139,21). Sum of RGB (Red+Green+Blue) = 234+139+21=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8B15 is #1574EA. Grayscale: #9A9A9A. Windows color (decimal): -1406187 or 1412074. OLE color: 1412074.

HSL color Cylindrical-coordinate representation of color #EA8B15: hue angle of 33.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA8B15 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 139 21 -
CMYK 0 0.41 0.91 0.08
HSL 33.24º 0.84% 0.5% -
HSV(B) 33.24º 0.91% 0.92% -
XYZ 43.3 36.01 5.38 -
YUV 153.95 52.97 185.09 -
System Red Green Blue C M Y K H S L
Decimal 234 139 21 0 0.41 0.91 0.08 33.24 0.84 0.5
Hex EA 8B 15 0 29 5B 8 21 54 32
Octal 352 213 25 0 51 133 10 41 124 62
Binary 11101010 10001011 10101 0 101001 1011011 1000 100001 1010100 110010

Color Harmonies of #EA8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8B15

Black with #EA8B15

Text Example


Text Example

White with #EA8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8B15; }

 p { color: rgb(234,139,21); }

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

background-color css

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

 a { background-color: rgb(234,139,21); }

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

border-color css

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

 span { border-color: rgb(234,139,21); }

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