Html Css Color HEX #EA8213 Carrot Orange

📋 copy color: '#EA8213'

red 234 ◦ green 130 ◦ blue 19

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

Shades of Carrot Orange #EA8213

Tints of Carrot Orange #EA8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.96%

R = 61.1%
G = 33.94%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA8213 (or 0xEA8213) is known color: Carrot Orange. HEX triplet: EA, 82 and 13. RGB value is (234,130,19). Sum of RGB (Red+Green+Blue) = 234+130+19=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8213 is #157DEC. Grayscale: #949494. Windows color (decimal): -1408493 or 1278698. OLE color: 1278698.

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

Color convert

RGB 234 130 19 -
CMYK 0 0.44 0.92 0.08
HSL 30.98º 0.85% 0.5% -
HSV(B) 30.98º 0.92% 0.92% -
XYZ 42.03 33.5 4.87 -
YUV 148.44 54.96 189.03 -
System Red Green Blue C M Y K H S L
Decimal 234 130 19 0 0.44 0.92 0.08 30.98 0.85 0.5
Hex EA 82 13 0 2C 5C 8 1F 55 32
Octal 352 202 23 0 54 134 10 37 125 62
Binary 11101010 10000010 10011 0 101100 1011100 1000 11111 1010101 110010

Color Harmonies of #EA8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8213

Black with #EA8213

Text Example


Text Example

White with #EA8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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