#ED9121

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

Shades of Carrot Orange #ED9121

Tints of Carrot Orange #ED9121

Color information

#ED9121 (or 0xED9121) is unknown color: approx Carrot Orange. HEX triplet: ED, 91 and 21. RGB value is (237,145,33). Sum of RGB (Red+Green+Blue) = 237+145+33=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9121 is #126EDE. Grayscale: #A0A0A0. Windows color (decimal): -1208031 or 2200045. OLE color: 2200045.

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

Color convert

RGB23714533-
CMYK00.390.860.07
HSL32.94º85%52.94%-
HSV(B)32.94º86.08%92.94%-
XYZ45.3238.376.46-
YUV159.7456.48183.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.11%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 33 (13.28% from 255) = 7.95%
R=57.11%
G=34.94%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371453300.390.860.0732.948552.94
HexED9121027567215535
Octal3552214104712674112565
Binary1110110110010001100001010011110101101111000011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9121; }

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

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

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

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

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

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

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

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