#ED8A21

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

Shades of Carrot Orange #ED8A21

Tints of Carrot Orange #ED8A21

Color information

#ED8A21 (or 0xED8A21) is unknown color: approx Carrot Orange. HEX triplet: ED, 8A and 21. RGB value is (237,138,33). Sum of RGB (Red+Green+Blue) = 237+138+33=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8A21 is #1275DE. Grayscale: #9C9C9C. Windows color (decimal): -1209823 or 2198253. OLE color: 2198253.

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

Color convert

RGB23713833-
CMYK00.420.860.07
HSL30.88º85%52.94%-
HSV(B)30.88º86.08%92.94%-
XYZ44.2936.296.11-
YUV155.6358.8186.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.09%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 33 (13.28% from 255) = 8.09%
R=58.09%
G=33.82%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371383300.420.860.0730.888552.94
HexED8A2102A5671f5535
Octal3552124105212673712565
Binary111011011000101010000101010101010110111111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A21; }

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

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

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

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

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

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

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

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