Html Css Color HEX #EA8218 Carrot Orange

📋 copy color: '#EA8218'

red 234 ◦ green 130 ◦ blue 24

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

Shades of Carrot Orange #EA8218

Tints of Carrot Orange #EA8218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 60.31%
G = 33.51%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA8218 (or 0xEA8218) is known color: Carrot Orange. HEX triplet: EA, 82 and 18. RGB value is (234,130,24). Sum of RGB (Red+Green+Blue) = 234+130+24=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8218 is #157DE7. Grayscale: #959595. Windows color (decimal): -1408488 or 1606378. OLE color: 1606378.

HSL color Cylindrical-coordinate representation of color #EA8218: hue angle of 30.29º 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 #EA8218 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 24 -
CMYK 0 0.44 0.90 0.08
HSL 30.29º 0.83% 0.51% -
HSV(B) 30.29º 0.9% 0.92% -
XYZ 42.08 33.52 5.12 -
YUV 149.01 57.46 188.62 -
System Red Green Blue C M Y K H S L
Decimal 234 130 24 0 0.44 0.90 0.08 30.29 0.83 0.51
Hex EA 82 18 0 2C 5A 8 1E 53 33
Octal 352 202 30 0 54 132 10 36 123 63
Binary 11101010 10000010 11000 0 101100 1011010 1000 11110 1010011 110011

Color Harmonies of #EA8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8218

Black with #EA8218

Text Example


Text Example

White with #EA8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8218; }

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

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

background-color css

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

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

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

border-color css

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

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

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