Html Css Color HEX #EB9D1E Carrot Orange

📋 copy color: '#EB9D1E'

red 235 ◦ green 157 ◦ blue 30

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

Shades of Carrot Orange #EB9D1E

Tints of Carrot Orange #EB9D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 55.69%
G = 37.2%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB9D1E (or 0xEB9D1E) is known color: Carrot Orange. HEX triplet: EB, 9D and 1E. RGB value is (235,157,30). Sum of RGB (Red+Green+Blue) = 235+157+30=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9D1E is #1462E1. Grayscale: #A6A6A6. Windows color (decimal): -1336034 or 2006507. OLE color: 2006507.

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

Color convert

RGB 235 157 30 -
CMYK 0 0.33 0.87 0.08
HSL 37.17º 0.84% 0.52% -
HSV(B) 37.17º 0.87% 0.92% -
XYZ 46.55 41.87 6.86 -
YUV 165.84 51.34 177.33 -
System Red Green Blue C M Y K H S L
Decimal 235 157 30 0 0.33 0.87 0.08 37.17 0.84 0.52
Hex EB 9D 1E 0 21 57 8 25 54 34
Octal 353 235 36 0 41 127 10 45 124 64
Binary 11101011 10011101 11110 0 100001 1010111 1000 100101 1010100 110100

Color Harmonies of #EB9D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9D1E

Black with #EB9D1E

Text Example


Text Example

White with #EB9D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9D1E; }

 p { color: rgb(235,157,30); }

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

background-color css

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

 a { background-color: rgb(235,157,30); }

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

border-color css

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

 span { border-color: rgb(235,157,30); }

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