Html Css Color HEX #EA931C Carrot Orange

📋 copy color: '#EA931C'

red 234 ◦ green 147 ◦ blue 28

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

Shades of Carrot Orange #EA931C

Tints of Carrot Orange #EA931C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.94%

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

R = 57.21%
G = 35.94%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA931C (or 0xEA931C) is known color: Carrot Orange. HEX triplet: EA, 93 and 1C. RGB value is (234,147,28). Sum of RGB (Red+Green+Blue) = 234+147+28=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA931C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA931C is #156CE3. Grayscale: #A0A0A0. Windows color (decimal): -1404132 or 1872874. OLE color: 1872874.

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

Color convert

RGB 234 147 28 -
CMYK 0 0.37 0.88 0.08
HSL 34.66º 0.83% 0.51% -
HSV(B) 34.66º 0.88% 0.92% -
XYZ 44.58 38.44 6.17 -
YUV 159.45 53.82 181.18 -
System Red Green Blue C M Y K H S L
Decimal 234 147 28 0 0.37 0.88 0.08 34.66 0.83 0.51
Hex EA 93 1C 0 25 58 8 23 53 33
Octal 352 223 34 0 45 130 10 43 123 63
Binary 11101010 10010011 11100 0 100101 1011000 1000 100011 1010011 110011

Color Harmonies of #EA931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA931C

Black with #EA931C

Text Example


Text Example

White with #EA931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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