#EDA022

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

Shades of Carrot Orange #EDA022

Tints of Carrot Orange #EDA022

Color information

#EDA022 (or 0xEDA022) is unknown color: approx Carrot Orange. HEX triplet: ED, A0 and 22. RGB value is (237,160,34). Sum of RGB (Red+Green+Blue) = 237+160+34=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA022 is #125FDD. Grayscale: #A9A9A9. Windows color (decimal): -1204190 or 2269421. OLE color: 2269421.

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

Color convert

RGB23716034-
CMYK00.320.860.07
HSL37.24º84.94%53.14%-
HSV(B)37.24º85.65%92.94%-
XYZ47.7843.267.35-
YUV168.6652.01176.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.99%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 34 (13.67% from 255) = 7.89%
R=54.99%
G=37.12%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371603400.320.860.0737.2484.9453.14
HexEDA022020567255535
Octal3552404204012674512565
Binary1110110110100000100010010000010101101111001011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA022; }

 p { color: rgb(237,160,34); }

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

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

 a { background-color: rgb(237,160,34); }

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

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

 span { border-color: rgb(237,160,34); }

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