#EB8025

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

Shades of Carrot Orange #EB8025

Tints of Carrot Orange #EB8025

Color information

#EB8025 (or 0xEB8025) is unknown color: approx Carrot Orange. HEX triplet: EB, 80 and 25. RGB value is (235,128,37). Sum of RGB (Red+Green+Blue) = 235+128+37=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8025 is #147FDA. Grayscale: #969696. Windows color (decimal): -1343451 or 2457835. OLE color: 2457835.

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

Color convert

RGB23512837-
CMYK00.460.840.08
HSL27.58º83.19%53.33%-
HSV(B)27.58º84.26%92.16%-
XYZ42.3133.235.93-
YUV149.6264.45188.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.75%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 37 (14.84% from 255) = 9.25%
R=58.75%
G=32%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351283700.460.840.0827.5883.1953.33
HexEB802502E5481c5335
Octal35320045056124103412365
Binary1110101110000000100101010111010101001000111001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8025; }

 p { color: rgb(235,128,37); }

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

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

 a { background-color: rgb(235,128,37); }

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

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

 span { border-color: rgb(235,128,37); }

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