Html Css Color HEX #EA8228 Carrot Orange

📋 copy color: '#EA8228'

red 234 ◦ green 130 ◦ blue 40

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

Shades of Carrot Orange #EA8228

Tints of Carrot Orange #EA8228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.9%

R = 57.92%
G = 32.18%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA8228 (or 0xEA8228) is known color: Carrot Orange. HEX triplet: EA, 82 and 28. RGB value is (234,130,40). Sum of RGB (Red+Green+Blue) = 234+130+40=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8228 is #157DD7. Grayscale: #979797. Windows color (decimal): -1408472 or 2654954. OLE color: 2654954.

HSL color Cylindrical-coordinate representation of color #EA8228: hue angle of 27.84º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA8228 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 40 -
CMYK 0 0.44 0.83 0.08
HSL 27.84º 0.82% 0.54% -
HSV(B) 27.84º 0.83% 0.92% -
XYZ 42.3 33.61 6.27 -
YUV 150.84 65.46 187.32 -
System Red Green Blue C M Y K H S L
Decimal 234 130 40 0 0.44 0.83 0.08 27.84 0.82 0.54
Hex EA 82 28 0 2C 53 8 1C 52 36
Octal 352 202 50 0 54 123 10 34 122 66
Binary 11101010 10000010 101000 0 101100 1010011 1000 11100 1010010 110110

Color Harmonies of #EA8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8228

Black with #EA8228

Text Example


Text Example

White with #EA8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8228; }

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

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

background-color css

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

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

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

border-color css

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

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

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