#ed9321

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

Shades of Carrot Orange #ED9321

Tints of Carrot Orange #ED9321

Color information

#ED9321 (or 0xED9321) is unknown color: approx Carrot Orange. HEX triplet: ED, 93 and 21. RGB value is (237,147,33). Sum of RGB (Red+Green+Blue) = 237+147+33=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9321 is #126CDE. Grayscale: #A1A1A1. Windows color (decimal): -1207519 or 2200557. OLE color: 2200557.

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

Color convert

RGB23714733-
CMYK00.380.860.07
HSL33.53º85%52.94%-
HSV(B)33.53º86.08%92.94%-
XYZ45.6338.986.56-
YUV160.9155.82182.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.83%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 33 (13.28% from 255) = 7.91%
R=56.83%
G=35.25%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371473300.380.860.0733.538552.94
HexED9321026567225535
Octal3552234104612674212565
Binary1110110110010011100001010011010101101111000101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9321; }

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

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

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

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

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

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

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

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