Html Css Color HEX #EB9D28 Carrot Orange

📋 copy color: '#EB9D28'

red 235 ◦ green 157 ◦ blue 40

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

Shades of Carrot Orange #EB9D28

Tints of Carrot Orange #EB9D28

RGB

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

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

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

R = 54.4%
G = 36.34%
B = 9.26%

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

#EB9D28 (or 0xEB9D28) is known color: Carrot Orange. HEX triplet: EB, 9D and 28. RGB value is (235,157,40). Sum of RGB (Red+Green+Blue) = 235+157+40=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9D28 is #1462D7. Grayscale: #A7A7A7. Windows color (decimal): -1336024 or 2661867. OLE color: 2661867.

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

Color convert

RGB 235 157 40 -
CMYK 0 0.33 0.83 0.08
HSL 36º 0.83% 0.54% -
HSV(B) 36º 0.83% 0.92% -
XYZ 46.7 41.93 7.64 -
YUV 166.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 235 157 40 0 0.33 0.83 0.08 36 0.83 0.54
Hex EB 9D 28 0 21 53 8 24 53 36
Octal 353 235 50 0 41 123 10 44 123 66
Binary 11101011 10011101 101000 0 100001 1010011 1000 100100 1010011 110110

Color Harmonies of #EB9D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9D28

Black with #EB9D28

Text Example


Text Example

White with #EB9D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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