#EB8127

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

Shades of Carrot Orange #EB8127

Tints of Carrot Orange #EB8127

Color information

#EB8127 (or 0xEB8127) is unknown color: approx Carrot Orange. HEX triplet: EB, 81 and 27. RGB value is (235,129,39). Sum of RGB (Red+Green+Blue) = 235+129+39=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8127 is #147ED8. Grayscale: #969696. Windows color (decimal): -1343193 or 2589163. OLE color: 2589163.

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

Color convert

RGB23512939-
CMYK00.450.830.08
HSL27.55º83.05%53.73%-
HSV(B)27.55º83.4%92.16%-
XYZ42.4833.516.15-
YUV150.4365.12188.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.31%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 39 (15.62% from 255) = 9.68%
R=58.31%
G=32.01%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351293900.450.830.0827.5583.0553.73
HexEB812702D5381c5336
Octal35320147055123103412366
Binary1110101110000001100111010110110100111000111001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8127; }

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

 H1.HeaderClassName
 {
   color: #EB8127;
 }
 .AnyTagClassName
 {
   color: #EB8127;
 }
</style>
background-color css

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

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

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

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

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

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