#EB9226

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

Shades of Carrot Orange #EB9226

Tints of Carrot Orange #EB9226

Color information

#EB9226 (or 0xEB9226) is unknown color: approx Carrot Orange. HEX triplet: EB, 92 and 26. RGB value is (235,146,38). Sum of RGB (Red+Green+Blue) = 235+146+38=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9226 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9226 is #146DD9. Grayscale: #A0A0A0. Windows color (decimal): -1338842 or 2527979. OLE color: 2527979.

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

Color convert

RGB23514638-
CMYK00.380.840.08
HSL32.89º83.12%53.53%-
HSV(B)32.89º83.83%92.16%-
XYZ44.8938.366.87-
YUV160.358.99181.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.09%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 38 (15.23% from 255) = 9.07%
R=56.09%
G=34.84%
B=9.07%

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
Decimal2351463800.380.840.0832.8983.1253.53
HexEB9226026548215336
Octal35322246046124104112366
Binary11101011100100101001100100110101010010001000011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9226; }

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

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

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

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

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

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

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

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