Html Css Color HEX #EA8B12 Carrot Orange

📋 copy color: '#EA8B12'

red 234 ◦ green 139 ◦ blue 18

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

Shades of Carrot Orange #EA8B12

Tints of Carrot Orange #EA8B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 59.85%
G = 35.55%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA8B12 (or 0xEA8B12) is known color: Carrot Orange. HEX triplet: EA, 8B and 12. RGB value is (234,139,18). Sum of RGB (Red+Green+Blue) = 234+139+18=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8B12 is #1574ED. Grayscale: #9A9A9A. Windows color (decimal): -1406190 or 1215466. OLE color: 1215466.

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

Color convert

RGB 234 139 18 -
CMYK 0 0.41 0.92 0.08
HSL 33.61º 0.86% 0.49% -
HSV(B) 33.61º 0.92% 0.92% -
XYZ 43.27 36 5.24 -
YUV 153.61 51.47 185.34 -
System Red Green Blue C M Y K H S L
Decimal 234 139 18 0 0.41 0.92 0.08 33.61 0.86 0.49
Hex EA 8B 12 0 29 5C 8 22 56 31
Octal 352 213 22 0 51 134 10 42 126 61
Binary 11101010 10001011 10010 0 101001 1011100 1000 100010 1010110 110001

Color Harmonies of #EA8B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8B12

Black with #EA8B12

Text Example


Text Example

White with #EA8B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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