#EBA126

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

Shades of Carrot Orange #EBA126

Tints of Carrot Orange #EBA126

Color information

#EBA126 (or 0xEBA126) is unknown color: approx Carrot Orange. HEX triplet: EB, A1 and 26. RGB value is (235,161,38). Sum of RGB (Red+Green+Blue) = 235+161+38=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA126 is #145ED9. Grayscale: #A9A9A9. Windows color (decimal): -1335002 or 2531819. OLE color: 2531819.

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

Color convert

RGB23516138-
CMYK00.310.840.08
HSL37.46º83.12%53.53%-
HSV(B)37.46º83.83%92.16%-
XYZ47.3643.297.69-
YUV169.154.02175-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.15%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 38 (15.23% from 255) = 8.76%
R=54.15%
G=37.10%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351613800.310.840.0837.4683.1253.53
HexEBA12601F548255336
Octal35324146037124104512366
Binary1110101110100001100110011111101010010001001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA126; }

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

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

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

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

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

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

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

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