Html Css Color HEX #EB9A20 Carrot Orange

📋 copy color: '#EB9A20'

red 235 ◦ green 154 ◦ blue 32

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

Shades of Carrot Orange #EB9A20

Tints of Carrot Orange #EB9A20

RGB

 RED value IS 235 (92.19% from 255) = 55.82%

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

 BLUE value IS 32 (12.89% from 255) = 7.6%

R = 55.82%
G = 36.58%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB9A20 (or 0xEB9A20) is known color: Carrot Orange. HEX triplet: EB, 9A and 20. RGB value is (235,154,32). Sum of RGB (Red+Green+Blue) = 235+154+32=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A20 is #1465DF. Grayscale: #A4A4A4. Windows color (decimal): -1336800 or 2136811. OLE color: 2136811.

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

Color convert

RGB 235 154 32 -
CMYK 0 0.34 0.86 0.08
HSL 36.06º 0.84% 0.52% -
HSV(B) 36.06º 0.86% 0.92% -
XYZ 46.08 40.88 6.83 -
YUV 164.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 235 154 32 0 0.34 0.86 0.08 36.06 0.84 0.52
Hex EB 9A 20 0 22 56 8 24 54 34
Octal 353 232 40 0 42 126 10 44 124 64
Binary 11101011 10011010 100000 0 100010 1010110 1000 100100 1010100 110100

Color Harmonies of #EB9A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A20

Black with #EB9A20

Text Example


Text Example

White with #EB9A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A20; }

 p { color: rgb(235,154,32); }

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

background-color css

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

 a { background-color: rgb(235,154,32); }

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

border-color css

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

 span { border-color: rgb(235,154,32); }

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