Html Css Color HEX #EB8D24 Carrot Orange

📋 copy color: '#EB8D24'

red 235 ◦ green 141 ◦ blue 36

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

Shades of Carrot Orange #EB8D24

Tints of Carrot Orange #EB8D24

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

 BLUE value IS 36 (14.45% from 255) = 8.74%

R = 57.04%
G = 34.22%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB8D24 (or 0xEB8D24) is known color: Carrot Orange. HEX triplet: EB, 8D and 24. RGB value is (235,141,36). Sum of RGB (Red+Green+Blue) = 235+141+36=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D24 is #1472DB. Grayscale: #9D9D9D. Windows color (decimal): -1340124 or 2395627. OLE color: 2395627.

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

Color convert

RGB 235 141 36 -
CMYK 0 0.4 0.85 0.08
HSL 31.66º 0.83% 0.53% -
HSV(B) 31.66º 0.85% 0.92% -
XYZ 44.1 36.84 6.46 -
YUV 157.14 59.64 183.54 -
System Red Green Blue C M Y K H S L
Decimal 235 141 36 0 0.4 0.85 0.08 31.66 0.83 0.53
Hex EB 8D 24 0 28 55 8 20 53 35
Octal 353 215 44 0 50 125 10 40 123 65
Binary 11101011 10001101 100100 0 101000 1010101 1000 100000 1010011 110101

Color Harmonies of #EB8D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D24

Black with #EB8D24

Text Example


Text Example

White with #EB8D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D24; }

 p { color: rgb(235,141,36); }

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

background-color css

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

 a { background-color: rgb(235,141,36); }

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

border-color css

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

 span { border-color: rgb(235,141,36); }

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