#EB8A1B

Color #EB8A1B Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #EB8A1B

Tints of Carrot Orange #EB8A1B

Color information

#EB8A1B (or 0xEB8A1B) is unknown color: approx 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

RGB23513827-
CMYK00.410.890.08
HSL32.02º83.87%51.37%-
HSV(B)32.02º88.51%92.16%-
XYZ43.5535.925.67-
YUV154.3556.14185.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.75%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351382700.410.890.0832.0283.8751.37
HexEB8A1B029598205433
Octal35321233051131104012463
Binary1110101110001010110110101001101100110001000001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>