#ED8421

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

Shades of Carrot Orange #ED8421

Tints of Carrot Orange #ED8421

Color information

#ED8421 (or 0xED8421) is unknown color: approx Carrot Orange. HEX triplet: ED, 84 and 21. RGB value is (237,132,33). Sum of RGB (Red+Green+Blue) = 237+132+33=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8421 is #127BDE. Grayscale: #989898. Windows color (decimal): -1211359 or 2196717. OLE color: 2196717.

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

Color convert

RGB23713233-
CMYK00.440.860.07
HSL29.12º85%52.94%-
HSV(B)29.12º86.08%92.94%-
XYZ43.4534.625.83-
YUV152.1160.79188.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.96%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 33 (13.28% from 255) = 8.21%
R=58.96%
G=32.84%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371323300.440.860.0729.128552.94
HexED842102C5671d5535
Octal3552044105412673512565
Binary111011011000010010000101011001010110111111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8421; }

 p { color: rgb(237,132,33); }

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

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

 a { background-color: rgb(237,132,33); }

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

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

 span { border-color: rgb(237,132,33); }

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