Html Css Color HEX #EB9E28 Carrot Orange

📋 copy color: '#EB9E28'

red 235 ◦ green 158 ◦ blue 40

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

Shades of Carrot Orange #EB9E28

Tints of Carrot Orange #EB9E28

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.49%

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 54.27%
G = 36.49%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB9E28 (or 0xEB9E28) is known color: Carrot Orange. HEX triplet: EB, 9E and 28. RGB value is (235,158,40). Sum of RGB (Red+Green+Blue) = 235+158+40=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9E28 is #1461D7. Grayscale: #A8A8A8. Windows color (decimal): -1335768 or 2662123. OLE color: 2662123.

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

Color convert

RGB 235 158 40 -
CMYK 0 0.33 0.83 0.08
HSL 36.31º 0.83% 0.54% -
HSV(B) 36.31º 0.83% 0.92% -
XYZ 46.87 42.27 7.7 -
YUV 167.57 56.01 176.09 -
System Red Green Blue C M Y K H S L
Decimal 235 158 40 0 0.33 0.83 0.08 36.31 0.83 0.54
Hex EB 9E 28 0 21 53 8 24 53 36
Octal 353 236 50 0 41 123 10 44 123 66
Binary 11101011 10011110 101000 0 100001 1010011 1000 100100 1010011 110110

Color Harmonies of #EB9E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E28

Black with #EB9E28

Text Example


Text Example

White with #EB9E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E28; }

 p { color: rgb(235,158,40); }

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

background-color css

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

 a { background-color: rgb(235,158,40); }

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

border-color css

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

 span { border-color: rgb(235,158,40); }

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