Html Css Color HEX #EA8221 Carrot Orange

📋 copy color: '#EA8221'

red 234 ◦ green 130 ◦ blue 33

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

Shades of Carrot Orange #EA8221

Tints of Carrot Orange #EA8221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 58.94%
G = 32.75%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA8221 (or 0xEA8221) is known color: Carrot Orange. HEX triplet: EA, 82 and 21. RGB value is (234,130,33). Sum of RGB (Red+Green+Blue) = 234+130+33=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8221 is #157DDE. Grayscale: #969696. Windows color (decimal): -1408479 or 2196202. OLE color: 2196202.

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

Color convert

RGB 234 130 33 -
CMYK 0 0.44 0.86 0.08
HSL 28.96º 0.83% 0.52% -
HSV(B) 28.96º 0.86% 0.92% -
XYZ 42.19 33.57 5.69 -
YUV 150.04 61.96 187.89 -
System Red Green Blue C M Y K H S L
Decimal 234 130 33 0 0.44 0.86 0.08 28.96 0.83 0.52
Hex EA 82 21 0 2C 56 8 1D 53 34
Octal 352 202 41 0 54 126 10 35 123 64
Binary 11101010 10000010 100001 0 101100 1010110 1000 11101 1010011 110100

Color Harmonies of #EA8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8221

Black with #EA8221

Text Example


Text Example

White with #EA8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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