Html Css Color HEX #EA8A1C Carrot Orange

📋 copy color: '#EA8A1C'

red 234 ◦ green 138 ◦ blue 28

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

Shades of Carrot Orange #EA8A1C

Tints of Carrot Orange #EA8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 58.5%
G = 34.5%
B = 7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA8A1C (or 0xEA8A1C) is known color: Carrot Orange. HEX triplet: EA, 8A and 1C. RGB value is (234,138,28). Sum of RGB (Red+Green+Blue) = 234+138+28=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A1C is #1575E3. Grayscale: #9A9A9A. Windows color (decimal): -1406436 or 1870570. OLE color: 1870570.

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

Color convert

RGB 234 138 28 -
CMYK 0 0.41 0.88 0.08
HSL 32.04º 0.83% 0.51% -
HSV(B) 32.04º 0.88% 0.92% -
XYZ 43.23 35.75 5.72 -
YUV 154.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 234 138 28 0 0.41 0.88 0.08 32.04 0.83 0.51
Hex EA 8A 1C 0 29 58 8 20 53 33
Octal 352 212 34 0 51 130 10 40 123 63
Binary 11101010 10001010 11100 0 101001 1011000 1000 100000 1010011 110011

Color Harmonies of #EA8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A1C

Black with #EA8A1C

Text Example


Text Example

White with #EA8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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