Html Css Color HEX #EB8D1B Carrot Orange

📋 copy color: '#EB8D1B'

red 235 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #EB8D1B

Tints of Carrot Orange #EB8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.7%

R = 58.31%
G = 34.99%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB8D1B (or 0xEB8D1B) is known color: Carrot Orange. HEX triplet: EB, 8D and 1B. RGB value is (235,141,27). Sum of RGB (Red+Green+Blue) = 235+141+27=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D1B is #1472E4. Grayscale: #9C9C9C. Windows color (decimal): -1340133 or 1805803. OLE color: 1805803.

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

Color convert

RGB 235 141 27 -
CMYK 0 0.4 0.89 0.08
HSL 32.88º 0.84% 0.51% -
HSV(B) 32.88º 0.89% 0.92% -
XYZ 43.98 36.79 5.82 -
YUV 156.11 55.14 184.27 -
System Red Green Blue C M Y K H S L
Decimal 235 141 27 0 0.4 0.89 0.08 32.88 0.84 0.51
Hex EB 8D 1B 0 28 59 8 21 54 33
Octal 353 215 33 0 50 131 10 41 124 63
Binary 11101011 10001101 11011 0 101000 1011001 1000 100001 1010100 110011

Color Harmonies of #EB8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D1B

Black with #EB8D1B

Text Example


Text Example

White with #EB8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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