#EB8026

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

Shades of Carrot Orange #EB8026

Tints of Carrot Orange #EB8026

Color information

#EB8026 (or 0xEB8026) is unknown color: approx Carrot Orange. HEX triplet: EB, 80 and 26. RGB value is (235,128,38). Sum of RGB (Red+Green+Blue) = 235+128+38=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8026 is #147FD9. Grayscale: #969696. Windows color (decimal): -1343450 or 2523371. OLE color: 2523371.

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

Color convert

RGB23512838-
CMYK00.460.840.08
HSL27.41º83.12%53.53%-
HSV(B)27.41º83.83%92.16%-
XYZ42.3333.246.02-
YUV149.7364.95188.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.60%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 38 (15.23% from 255) = 9.48%
R=58.60%
G=31.92%
B=9.48%

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
Decimal2351283800.460.840.0827.4183.1253.53
HexEB802602E5481b5336
Octal35320046056124103312366
Binary1110101110000000100110010111010101001000110111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8026; }

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

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

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

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

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

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

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

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