#ED922C

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

Shades of Carrot Orange #ED922C

Tints of Carrot Orange #ED922C

Color information

#ED922C (or 0xED922C) is unknown color: approx Carrot Orange. HEX triplet: ED, 92 and 2C. RGB value is (237,146,44). Sum of RGB (Red+Green+Blue) = 237+146+44=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED922C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED922C is #126DD3. Grayscale: #A2A2A2. Windows color (decimal): -1207764 or 2921197. OLE color: 2921197.

HSL color Cylindrical-coordinate representation of color #ED922C: hue angle of 31.71º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED922C is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB23714644-
CMYK00.380.810.07
HSL31.71º84.28%55.1%-
HSV(B)31.71º81.43%92.94%-
XYZ45.6638.747.45-
YUV161.5861.65181.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 44 (17.58% from 255) = 10.30%
R=55.50%
G=34.19%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371464400.380.810.0731.7184.2855.1
HexED922C026517205437
Octal3552225404612174012467
Binary1110110110010010101100010011010100011111000001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED922C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED922C; }

 p { color: rgb(237,146,44); }

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

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

 a { background-color: rgb(237,146,44); }

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

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

 span { border-color: rgb(237,146,44); }

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