#ED7D21

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

Shades of Carrot Orange #ED7D21

Tints of Carrot Orange #ED7D21

Color information

#ED7D21 (or 0xED7D21) is unknown color: approx Carrot Orange. HEX triplet: ED, 7D and 21. RGB value is (237,125,33). Sum of RGB (Red+Green+Blue) = 237+125+33=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7D21 is #1282DE. Grayscale: #949494. Windows color (decimal): -1213151 or 2194925. OLE color: 2194925.

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

Color convert

RGB23712533-
CMYK00.470.860.07
HSL27.06º85%52.94%-
HSV(B)27.06º86.08%92.94%-
XYZ42.5332.785.52-
YUV14863.11191.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 33 (13.28% from 255) = 8.35%
R=60%
G=31.65%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371253300.470.860.0727.068552.94
HexED7D2102F5671b5535
Octal3551754105712673312565
Binary11101101111110110000101011111010110111110111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7D21; }

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

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

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

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

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

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

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

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