Html Css Color HEX #EB8A1B Carrot Orange

📋 copy color: '#EB8A1B'

red 235 ◦ green 138 ◦ blue 27

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

Shades of Carrot Orange #EB8A1B

Tints of Carrot Orange #EB8A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 58.75%
G = 34.5%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB8A1B (or 0xEB8A1B) is known color: Carrot Orange. HEX triplet: EB, 8A and 1B. RGB value is (235,138,27). Sum of RGB (Red+Green+Blue) = 235+138+27=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8A1B is #1475E4. Grayscale: #9A9A9A. Windows color (decimal): -1340901 or 1805035. OLE color: 1805035.

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

Color convert

RGB 235 138 27 -
CMYK 0 0.41 0.89 0.08
HSL 32.02º 0.84% 0.51% -
HSV(B) 32.02º 0.89% 0.92% -
XYZ 43.55 35.92 5.67 -
YUV 154.35 56.14 185.53 -
System Red Green Blue C M Y K H S L
Decimal 235 138 27 0 0.41 0.89 0.08 32.02 0.84 0.51
Hex EB 8A 1B 0 29 59 8 20 54 33
Octal 353 212 33 0 51 131 10 40 124 63
Binary 11101011 10001010 11011 0 101001 1011001 1000 100000 1010100 110011

Color Harmonies of #EB8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A1B

Black with #EB8A1B

Text Example


Text Example

White with #EB8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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