Html Css Color HEX #EDA020 Carrot Orange

📋 copy color: '#EDA020'

red 237 ◦ green 160 ◦ blue 32

#EDA020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EDA020

Tints of Carrot Orange #EDA020

RGB

 RED value IS 237 (92.97% from 255) = 55.24%

 GREEN value IS 160 (62.89% from 255) = 37.3%

 BLUE value IS 32 (12.89% from 255) = 7.46%

R = 55.24%
G = 37.3%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA020 (or 0xEDA020) is known color: Carrot Orange. HEX triplet: ED, A0 and 20. RGB value is (237,160,32). Sum of RGB (Red+Green+Blue) = 237+160+32=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA020 is #125FDF. Grayscale: #A9A9A9. Windows color (decimal): -1204192 or 2138349. OLE color: 2138349.

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

Color convert

RGB 237 160 32 -
CMYK 0 0.32 0.86 0.07
HSL 37.46º 0.85% 0.53% -
HSV(B) 37.46º 0.86% 0.93% -
XYZ 47.76 43.25 7.2 -
YUV 168.43 51.01 176.91 -
System Red Green Blue C M Y K H S L
Decimal 237 160 32 0 0.32 0.86 0.07 37.46 0.85 0.53
Hex ED A0 20 0 20 56 7 25 55 35
Octal 355 240 40 0 40 126 7 45 125 65
Binary 11101101 10100000 100000 0 100000 1010110 111 100101 1010101 110101

Color Harmonies of #EDA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA020

Black with #EDA020

Text Example


Text Example

White with #EDA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA020; }

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

 H1.HeaderClassName
 {
   color: #EDA020;
 }
 .AnyTagClassName
 {
   color: #EDA020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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