Html Css Color HEX #EA8C2C Carrot Orange

📋 copy color: '#EA8C2C'

red 234 ◦ green 140 ◦ blue 44

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

Shades of Carrot Orange #EA8C2C

Tints of Carrot Orange #EA8C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 55.98%
G = 33.49%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA8C2C (or 0xEA8C2C) is known color: Carrot Orange. HEX triplet: EA, 8C and 2C. RGB value is (234,140,44). Sum of RGB (Red+Green+Blue) = 234+140+44=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8C2C is #1573D3. Grayscale: #9D9D9D. Windows color (decimal): -1405908 or 2919658. OLE color: 2919658.

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

Color convert

RGB 234 140 44 -
CMYK 0 0.40 0.81 0.08
HSL 30.32º 0.82% 0.55% -
HSV(B) 30.32º 0.81% 0.92% -
XYZ 43.76 36.43 7.11 -
YUV 157.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 234 140 44 0 0.40 0.81 0.08 30.32 0.82 0.55
Hex EA 8C 2C 0 28 51 8 1E 52 37
Octal 352 214 54 0 50 121 10 36 122 67
Binary 11101010 10001100 101100 0 101000 1010001 1000 11110 1010010 110111

Color Harmonies of #EA8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C2C

Black with #EA8C2C

Text Example


Text Example

White with #EA8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C2C; }

 p { color: rgb(234,140,44); }

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

background-color css

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

 a { background-color: rgb(234,140,44); }

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

border-color css

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

 span { border-color: rgb(234,140,44); }

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