Html Css Color HEX #EA912C Carrot Orange

📋 copy color: '#EA912C'

red 234 ◦ green 145 ◦ blue 44

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

Shades of Carrot Orange #EA912C

Tints of Carrot Orange #EA912C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

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

R = 55.32%
G = 34.28%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA912C (or 0xEA912C) is known color: Carrot Orange. HEX triplet: EA, 91 and 2C. RGB value is (234,145,44). Sum of RGB (Red+Green+Blue) = 234+145+44=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA912C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA912C is #156ED3. Grayscale: #A0A0A0. Windows color (decimal): -1404628 or 2920938. OLE color: 2920938.

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

Color convert

RGB 234 145 44 -
CMYK 0 0.38 0.81 0.08
HSL 31.89º 0.82% 0.55% -
HSV(B) 31.89º 0.81% 0.92% -
XYZ 44.51 37.93 7.36 -
YUV 160.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 234 145 44 0 0.38 0.81 0.08 31.89 0.82 0.55
Hex EA 91 2C 0 26 51 8 20 52 37
Octal 352 221 54 0 46 121 10 40 122 67
Binary 11101010 10010001 101100 0 100110 1010001 1000 100000 1010010 110111

Color Harmonies of #EA912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA912C

Black with #EA912C

Text Example


Text Example

White with #EA912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA912C; }

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

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

background-color css

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

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

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

border-color css

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

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

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