Html Css Color HEX #EA951C Carrot Orange

📋 copy color: '#EA951C'

red 234 ◦ green 149 ◦ blue 28

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

Shades of Carrot Orange #EA951C

Tints of Carrot Orange #EA951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 56.93%
G = 36.25%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA951C (or 0xEA951C) is known color: Carrot Orange. HEX triplet: EA, 95 and 1C. RGB value is (234,149,28). Sum of RGB (Red+Green+Blue) = 234+149+28=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA951C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA951C is #156AE3. Grayscale: #A1A1A1. Windows color (decimal): -1403620 or 1873386. OLE color: 1873386.

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

Color convert

RGB 234 149 28 -
CMYK 0 0.36 0.88 0.08
HSL 35.24º 0.83% 0.51% -
HSV(B) 35.24º 0.88% 0.92% -
XYZ 44.89 39.07 6.27 -
YUV 160.62 53.16 180.34 -
System Red Green Blue C M Y K H S L
Decimal 234 149 28 0 0.36 0.88 0.08 35.24 0.83 0.51
Hex EA 95 1C 0 24 58 8 23 53 33
Octal 352 225 34 0 44 130 10 43 123 63
Binary 11101010 10010101 11100 0 100100 1011000 1000 100011 1010011 110011

Color Harmonies of #EA951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA951C

Black with #EA951C

Text Example


Text Example

White with #EA951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA951C; }

 p { color: rgb(234,149,28); }

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

background-color css

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

 a { background-color: rgb(234,149,28); }

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

border-color css

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

 span { border-color: rgb(234,149,28); }

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