#ed9621

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

Shades of Carrot Orange #ED9621

Tints of Carrot Orange #ED9621

Color information

#ED9621 (or 0xED9621) is unknown color: approx Carrot Orange. HEX triplet: ED, 96 and 21. RGB value is (237,150,33). Sum of RGB (Red+Green+Blue) = 237+150+33=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9621 is #1269DE. Grayscale: #A3A3A3. Windows color (decimal): -1206751 or 2201325. OLE color: 2201325.

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

Color convert

RGB23715033-
CMYK00.370.860.07
HSL34.41º85%52.94%-
HSV(B)34.41º86.08%92.94%-
XYZ46.1139.936.72-
YUV162.6854.82181.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.43%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 33 (13.28% from 255) = 7.86%
R=56.43%
G=35.71%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371503300.370.860.0734.418552.94
HexED9621025567225535
Octal3552264104512674212565
Binary1110110110010110100001010010110101101111000101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9621; }

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

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

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

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

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

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

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

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