#ED8228

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

Shades of Carrot Orange #ED8228

Tints of Carrot Orange #ED8228

Color information

#ED8228 (or 0xED8228) is unknown color: approx Carrot Orange. HEX triplet: ED, 82 and 28. RGB value is (237,130,40). Sum of RGB (Red+Green+Blue) = 237+130+40=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8228 is #127DD7. Grayscale: #989898. Windows color (decimal): -1211864 or 2654957. OLE color: 2654957.

HSL color Cylindrical-coordinate representation of color #ED8228: hue angle of 27.41º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED8228 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB23713040-
CMYK00.450.830.07
HSL27.41º84.55%54.31%-
HSV(B)27.41º83.12%92.94%-
XYZ43.2934.126.31-
YUV151.7364.95188.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.23%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 40 (16.02% from 255) = 9.83%
R=58.23%
G=31.94%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371304000.450.830.0727.4184.5554.31
HexED822802D5371b5536
Octal3552025005512373312566
Binary111011011000001010100001011011010011111110111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8228; }

 p { color: rgb(237,130,40); }

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

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

 a { background-color: rgb(237,130,40); }

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

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

 span { border-color: rgb(237,130,40); }

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