#EB9326

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

Shades of Carrot Orange #EB9326

Tints of Carrot Orange #EB9326

Color information

#EB9326 (or 0xEB9326) is unknown color: approx Carrot Orange. HEX triplet: EB, 93 and 26. RGB value is (235,147,38). Sum of RGB (Red+Green+Blue) = 235+147+38=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9326 is #146CD9. Grayscale: #A1A1A1. Windows color (decimal): -1338586 or 2528235. OLE color: 2528235.

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

Color convert

RGB23514738-
CMYK00.370.840.08
HSL33.2º83.12%53.53%-
HSV(B)33.2º83.83%92.16%-
XYZ45.0438.676.92-
YUV160.8958.65180.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.95%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 38 (15.23% from 255) = 9.05%
R=55.95%
G=35%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351473800.370.840.0833.283.1253.53
HexEB9326025548215336
Octal35322346045124104112366
Binary11101011100100111001100100101101010010001000011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9326; }

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

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

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

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

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

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

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

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