#ED7F21

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

Shades of Carrot Orange #ED7F21

Tints of Carrot Orange #ED7F21

Color information

#ED7F21 (or 0xED7F21) is unknown color: approx Carrot Orange. HEX triplet: ED, 7F and 21. RGB value is (237,127,33). Sum of RGB (Red+Green+Blue) = 237+127+33=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7F21 is #1280DE. Grayscale: #959595. Windows color (decimal): -1212639 or 2195437. OLE color: 2195437.

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

Color convert

RGB23712733-
CMYK00.460.860.07
HSL27.65º85%52.94%-
HSV(B)27.65º86.08%92.94%-
XYZ42.7933.295.61-
YUV149.1762.44190.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.70%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 33 (13.28% from 255) = 8.31%
R=59.70%
G=31.99%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371273300.460.860.0727.658552.94
HexED7F2102E5671c5535
Octal3551774105612673412565
Binary11101101111111110000101011101010110111111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F21; }

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

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

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

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

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

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

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

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