Html Css Color HEX #EDA211 Gamboge

📋 copy color: '#EDA211'

red 237 ◦ green 162 ◦ blue 17

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

Shades of Gamboge #EDA211

Tints of Gamboge #EDA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 56.97%
G = 38.94%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDA211 (or 0xEDA211) is known color: Gamboge. HEX triplet: ED, A2 and 11. RGB value is (237,162,17). Sum of RGB (Red+Green+Blue) = 237+162+17=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA211 is #125DEE. Grayscale: #A8A8A8. Windows color (decimal): -1203695 or 1155821. OLE color: 1155821.

HSL color Cylindrical-coordinate representation of color #EDA211: hue angle of 39.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDA211 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 17 -
CMYK 0 0.32 0.93 0.07
HSL 39.55º 0.87% 0.5% -
HSV(B) 39.55º 0.93% 0.93% -
XYZ 47.95 43.89 6.47 -
YUV 167.9 42.85 177.29 -
System Red Green Blue C M Y K H S L
Decimal 237 162 17 0 0.32 0.93 0.07 39.55 0.87 0.5
Hex ED A2 11 0 20 5D 7 28 57 32
Octal 355 242 21 0 40 135 7 50 127 62
Binary 11101101 10100010 10001 0 100000 1011101 111 101000 1010111 110010

Color Harmonies of #EDA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA211

Black with #EDA211

Text Example


Text Example

White with #EDA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA211; }

 p { color: rgb(237,162,17); }

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

background-color css

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

 a { background-color: rgb(237,162,17); }

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

border-color css

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

 span { border-color: rgb(237,162,17); }

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