#EB9126

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

Shades of Carrot Orange #EB9126

Tints of Carrot Orange #EB9126

Color information

#EB9126 (or 0xEB9126) is unknown color: approx Carrot Orange. HEX triplet: EB, 91 and 26. RGB value is (235,145,38). Sum of RGB (Red+Green+Blue) = 235+145+38=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9126 is #146ED9. Grayscale: #A0A0A0. Windows color (decimal): -1339098 or 2527723. OLE color: 2527723.

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

Color convert

RGB23514538-
CMYK00.380.840.08
HSL32.59º83.12%53.53%-
HSV(B)32.59º83.83%92.16%-
XYZ44.7438.056.82-
YUV159.7159.32181.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.22%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 38 (15.23% from 255) = 9.09%
R=56.22%
G=34.69%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351453800.380.840.0832.5983.1253.53
HexEB9126026548215336
Octal35322146046124104112366
Binary11101011100100011001100100110101010010001000011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9126; }

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

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

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

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

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

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

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

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