#ED9A1C

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

Shades of Carrot Orange #ED9A1C

Tints of Carrot Orange #ED9A1C

Color information

#ED9A1C (or 0xED9A1C) is unknown color: approx Carrot Orange. HEX triplet: ED, 9A and 1C. RGB value is (237,154,28). Sum of RGB (Red+Green+Blue) = 237+154+28=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9A1C is #1265E3. Grayscale: #A5A5A5. Windows color (decimal): -1205732 or 1874669. OLE color: 1874669.

HSL color Cylindrical-coordinate representation of color #ED9A1C: hue angle of 36.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED9A1C is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB23715428-
CMYK00.350.880.07
HSL36.17º85.31%51.96%-
HSV(B)36.17º88.19%92.94%-
XYZ46.6941.26.59-
YUV164.4551179.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.56%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 28 (11.33% from 255) = 6.68%
R=56.56%
G=36.75%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371542800.350.880.0736.1785.3151.96
HexED9A1C023587245534
Octal3552323404313074412564
Binary111011011001101011100010001110110001111001001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A1C; }

 p { color: rgb(237,154,28); }

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

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

 a { background-color: rgb(237,154,28); }

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

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

 span { border-color: rgb(237,154,28); }

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