Html Css Color HEX #EA9A1D Carrot Orange

📋 copy color: '#EA9A1D'

red 234 ◦ green 154 ◦ blue 29

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

Shades of Carrot Orange #EA9A1D

Tints of Carrot Orange #EA9A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 56.12%
G = 36.93%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA9A1D (or 0xEA9A1D) is known color: Carrot Orange. HEX triplet: EA, 9A and 1D. RGB value is (234,154,29). Sum of RGB (Red+Green+Blue) = 234+154+29=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9A1D is #1565E2. Grayscale: #A4A4A4. Windows color (decimal): -1402339 or 1940202. OLE color: 1940202.

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

Color convert

RGB 234 154 29 -
CMYK 0 0.34 0.88 0.08
HSL 36.59º 0.83% 0.52% -
HSV(B) 36.59º 0.88% 0.92% -
XYZ 45.71 40.69 6.61 -
YUV 163.67 52 178.16 -
System Red Green Blue C M Y K H S L
Decimal 234 154 29 0 0.34 0.88 0.08 36.59 0.83 0.52
Hex EA 9A 1D 0 22 58 8 25 53 34
Octal 352 232 35 0 42 130 10 45 123 64
Binary 11101010 10011010 11101 0 100010 1011000 1000 100101 1010011 110100

Color Harmonies of #EA9A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A1D

Black with #EA9A1D

Text Example


Text Example

White with #EA9A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A1D; }

 p { color: rgb(234,154,29); }

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

background-color css

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

 a { background-color: rgb(234,154,29); }

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

border-color css

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

 span { border-color: rgb(234,154,29); }

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