Html Css Color HEX #EA9B1F Carrot Orange

📋 copy color: '#EA9B1F'

red 234 ◦ green 155 ◦ blue 31

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

Shades of Carrot Orange #EA9B1F

Tints of Carrot Orange #EA9B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

 BLUE value IS 31 (12.5% from 255) = 7.38%

R = 55.71%
G = 36.9%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA9B1F (or 0xEA9B1F) is known color: Carrot Orange. HEX triplet: EA, 9B and 1F. RGB value is (234,155,31). Sum of RGB (Red+Green+Blue) = 234+155+31=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9B1F is #1564E0. Grayscale: #A5A5A5. Windows color (decimal): -1402081 or 2071530. OLE color: 2071530.

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

Color convert

RGB 234 155 31 -
CMYK 0 0.34 0.87 0.08
HSL 36.65º 0.83% 0.52% -
HSV(B) 36.65º 0.87% 0.92% -
XYZ 45.9 41.03 6.8 -
YUV 164.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 234 155 31 0 0.34 0.87 0.08 36.65 0.83 0.52
Hex EA 9B 1F 0 22 57 8 25 53 34
Octal 352 233 37 0 42 127 10 45 123 64
Binary 11101010 10011011 11111 0 100010 1010111 1000 100101 1010011 110100

Color Harmonies of #EA9B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B1F

Black with #EA9B1F

Text Example


Text Example

White with #EA9B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B1F; }

 p { color: rgb(234,155,31); }

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

background-color css

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

 a { background-color: rgb(234,155,31); }

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

border-color css

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

 span { border-color: rgb(234,155,31); }

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