Html Css Color HEX #EB811D Carrot Orange

📋 copy color: '#EB811D'

red 235 ◦ green 129 ◦ blue 29

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

Shades of Carrot Orange #EB811D

Tints of Carrot Orange #EB811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 59.8%
G = 32.82%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB811D (or 0xEB811D) is known color: Carrot Orange. HEX triplet: EB, 81 and 1D. RGB value is (235,129,29). Sum of RGB (Red+Green+Blue) = 235+129+29=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB811D is #147EE2. Grayscale: #959595. Windows color (decimal): -1343203 or 1933803. OLE color: 1933803.

HSL color Cylindrical-coordinate representation of color #EB811D: hue angle of 29.13º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB811D is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 129 29 -
CMYK 0 0.45 0.88 0.08
HSL 29.13º 0.84% 0.52% -
HSV(B) 29.13º 0.88% 0.92% -
XYZ 42.33 33.45 5.39 -
YUV 149.29 60.12 189.13 -
System Red Green Blue C M Y K H S L
Decimal 235 129 29 0 0.45 0.88 0.08 29.13 0.84 0.52
Hex EB 81 1D 0 2D 58 8 1D 54 34
Octal 353 201 35 0 55 130 10 35 124 64
Binary 11101011 10000001 11101 0 101101 1011000 1000 11101 1010100 110100

Color Harmonies of #EB811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB811D

Black with #EB811D

Text Example


Text Example

White with #EB811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB811D; }

 p { color: rgb(235,129,29); }

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

background-color css

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

 a { background-color: rgb(235,129,29); }

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

border-color css

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

 span { border-color: rgb(235,129,29); }

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