Html Css Color HEX #EA9D1D Carrot Orange

📋 copy color: '#EA9D1D'

red 234 ◦ green 157 ◦ blue 29

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

Shades of Carrot Orange #EA9D1D

Tints of Carrot Orange #EA9D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.38%

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

R = 55.71%
G = 37.38%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA9D1D (or 0xEA9D1D) is known color: Carrot Orange. HEX triplet: EA, 9D and 1D. RGB value is (234,157,29). Sum of RGB (Red+Green+Blue) = 234+157+29=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9D1D is #1562E2. Grayscale: #A6A6A6. Windows color (decimal): -1401571 or 1940970. OLE color: 1940970.

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

Color convert

RGB 234 157 29 -
CMYK 0 0.33 0.88 0.08
HSL 37.46º 0.83% 0.52% -
HSV(B) 37.46º 0.88% 0.92% -
XYZ 46.21 41.7 6.77 -
YUV 165.43 51.01 176.91 -
System Red Green Blue C M Y K H S L
Decimal 234 157 29 0 0.33 0.88 0.08 37.46 0.83 0.52
Hex EA 9D 1D 0 21 58 8 25 53 34
Octal 352 235 35 0 41 130 10 45 123 64
Binary 11101010 10011101 11101 0 100001 1011000 1000 100101 1010011 110100

Color Harmonies of #EA9D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D1D

Black with #EA9D1D

Text Example


Text Example

White with #EA9D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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