Html Css Color HEX #EA8618 Carrot Orange

📋 copy color: '#EA8618'

red 234 ◦ green 134 ◦ blue 24

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

Shades of Carrot Orange #EA8618

Tints of Carrot Orange #EA8618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 59.69%
G = 34.18%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA8618 (or 0xEA8618) is known color: Carrot Orange. HEX triplet: EA, 86 and 18. RGB value is (234,134,24). Sum of RGB (Red+Green+Blue) = 234+134+24=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8618 is #1579E7. Grayscale: #979797. Windows color (decimal): -1407464 or 1607402. OLE color: 1607402.

HSL color Cylindrical-coordinate representation of color #EA8618: hue angle of 31.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA8618 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 24 -
CMYK 0 0.43 0.90 0.08
HSL 31.43º 0.83% 0.51% -
HSV(B) 31.43º 0.9% 0.92% -
XYZ 42.62 34.61 5.3 -
YUV 151.36 56.13 186.94 -
System Red Green Blue C M Y K H S L
Decimal 234 134 24 0 0.43 0.90 0.08 31.43 0.83 0.51
Hex EA 86 18 0 2B 5A 8 1F 53 33
Octal 352 206 30 0 53 132 10 37 123 63
Binary 11101010 10000110 11000 0 101011 1011010 1000 11111 1010011 110011

Color Harmonies of #EA8618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8618

Black with #EA8618

Text Example


Text Example

White with #EA8618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8618; }

 p { color: rgb(234,134,24); }

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

background-color css

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

 a { background-color: rgb(234,134,24); }

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

border-color css

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

 span { border-color: rgb(234,134,24); }

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