#ED8721

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

Shades of Carrot Orange #ED8721

Tints of Carrot Orange #ED8721

Color information

#ED8721 (or 0xED8721) is unknown color: approx Carrot Orange. HEX triplet: ED, 87 and 21. RGB value is (237,135,33). Sum of RGB (Red+Green+Blue) = 237+135+33=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8721 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8721 is #1278DE. Grayscale: #9A9A9A. Windows color (decimal): -1210591 or 2197485. OLE color: 2197485.

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

Color convert

RGB23713533-
CMYK00.430.860.07
HSL30º85%52.94%-
HSV(B)30º86.08%92.94%-
XYZ43.8635.445.97-
YUV153.8759.79187.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.52%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 8.15%
R=58.52%
G=33.33%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371353300.430.860.07308552.94
HexED872102B5671e5535
Octal3552074105312673612565
Binary111011011000011110000101010111010110111111101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8721; }

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

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

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

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

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

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

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

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