Html Css Color HEX #EDA120 Carrot Orange

📋 copy color: '#EDA120'

red 237 ◦ green 161 ◦ blue 32

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

Shades of Carrot Orange #EDA120

Tints of Carrot Orange #EDA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

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

R = 55.12%
G = 37.44%
B = 7.44%

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

#EDA120 (or 0xEDA120) is known color: Carrot Orange. HEX triplet: ED, A1 and 20. RGB value is (237,161,32). Sum of RGB (Red+Green+Blue) = 237+161+32=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA120 is #125EDF. Grayscale: #A9A9A9. Windows color (decimal): -1203936 or 2138605. OLE color: 2138605.

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

Color convert

RGB 237 161 32 -
CMYK 0 0.32 0.86 0.07
HSL 37.76º 0.85% 0.53% -
HSV(B) 37.76º 0.86% 0.93% -
XYZ 47.93 43.6 7.26 -
YUV 169.02 50.68 176.49 -
System Red Green Blue C M Y K H S L
Decimal 237 161 32 0 0.32 0.86 0.07 37.76 0.85 0.53
Hex ED A1 20 0 20 56 7 26 55 35
Octal 355 241 40 0 40 126 7 46 125 65
Binary 11101101 10100001 100000 0 100000 1010110 111 100110 1010101 110101

Color Harmonies of #EDA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA120

Black with #EDA120

Text Example


Text Example

White with #EDA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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