#EBA026

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

Shades of Carrot Orange #EBA026

Tints of Carrot Orange #EBA026

Color information

#EBA026 (or 0xEBA026) is unknown color: approx Carrot Orange. HEX triplet: EB, A0 and 26. RGB value is (235,160,38). Sum of RGB (Red+Green+Blue) = 235+160+38=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA026 is #145FD9. Grayscale: #A9A9A9. Windows color (decimal): -1335258 or 2531563. OLE color: 2531563.

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

Color convert

RGB23516038-
CMYK00.320.840.08
HSL37.16º83.12%53.53%-
HSV(B)37.16º83.83%92.16%-
XYZ47.1842.947.64-
YUV168.5254.35175.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.27%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 38 (15.23% from 255) = 8.78%
R=54.27%
G=36.95%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351603800.320.840.0837.1683.1253.53
HexEBA026020548255336
Octal35324046040124104512366
Binary11101011101000001001100100000101010010001001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA026; }

 p { color: rgb(235,160,38); }

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

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

 a { background-color: rgb(235,160,38); }

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

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

 span { border-color: rgb(235,160,38); }

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