Html Css Color HEX #EB8529 Carrot Orange

📋 copy color: '#EB8529'

red 235 ◦ green 133 ◦ blue 41

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

Shades of Carrot Orange #EB8529

Tints of Carrot Orange #EB8529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 41 (16.41% from 255) = 10.02%

R = 57.46%
G = 32.52%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB8529 (or 0xEB8529) is known color: Carrot Orange. HEX triplet: EB, 85 and 29. RGB value is (235,133,41). Sum of RGB (Red+Green+Blue) = 235+133+41=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8529 is #147AD6. Grayscale: #999999. Windows color (decimal): -1342167 or 2721259. OLE color: 2721259.

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

Color convert

RGB 235 133 41 -
CMYK 0 0.43 0.83 0.08
HSL 28.45º 0.83% 0.54% -
HSV(B) 28.45º 0.83% 0.92% -
XYZ 43.05 34.6 6.51 -
YUV 153.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 235 133 41 0 0.43 0.83 0.08 28.45 0.83 0.54
Hex EB 85 29 0 2B 53 8 1C 53 36
Octal 353 205 51 0 53 123 10 34 123 66
Binary 11101011 10000101 101001 0 101011 1010011 1000 11100 1010011 110110

Color Harmonies of #EB8529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8529

Black with #EB8529

Text Example


Text Example

White with #EB8529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8529; }

 p { color: rgb(235,133,41); }

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

background-color css

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

 a { background-color: rgb(235,133,41); }

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

border-color css

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

 span { border-color: rgb(235,133,41); }

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