Html Css Color HEX #EDA811 Gamboge

📋 copy color: '#EDA811'

red 237 ◦ green 168 ◦ blue 17

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

Shades of Gamboge #EDA811

Tints of Gamboge #EDA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

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

R = 56.16%
G = 39.81%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDA811 (or 0xEDA811) is known color: Gamboge. HEX triplet: ED, A8 and 11. RGB value is (237,168,17). Sum of RGB (Red+Green+Blue) = 237+168+17=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA811 is #1257EE. Grayscale: #ACACAC. Windows color (decimal): -1202159 or 1157357. OLE color: 1157357.

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

Color convert

RGB 237 168 17 -
CMYK 0 0.29 0.93 0.07
HSL 41.18º 0.87% 0.5% -
HSV(B) 41.18º 0.93% 0.93% -
XYZ 49.03 46.05 6.83 -
YUV 171.42 40.86 174.78 -
System Red Green Blue C M Y K H S L
Decimal 237 168 17 0 0.29 0.93 0.07 41.18 0.87 0.5
Hex ED A8 11 0 1D 5D 7 29 57 32
Octal 355 250 21 0 35 135 7 51 127 62
Binary 11101101 10101000 10001 0 11101 1011101 111 101001 1010111 110010

Color Harmonies of #EDA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA811

Black with #EDA811

Text Example


Text Example

White with #EDA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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