Html Css Color HEX #EDA106 Gamboge

📋 copy color: '#EDA106'

red 237 ◦ green 161 ◦ blue 6

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

Shades of Gamboge #EDA106

Tints of Gamboge #EDA106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 58.66%
G = 39.85%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDA106 (or 0xEDA106) is known color: Gamboge. HEX triplet: ED, A1 and 06. RGB value is (237,161,6). Sum of RGB (Red+Green+Blue) = 237+161+6=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA106 is #125EF9. Grayscale: #A6A6A6. Windows color (decimal): -1203962 or 434669. OLE color: 434669.

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

Color convert

RGB 237 161 6 -
CMYK 0 0.32 0.97 0.07
HSL 40.26º 0.95% 0.48% -
HSV(B) 40.26º 0.97% 0.93% -
XYZ 47.7 43.51 6.06 -
YUV 166.05 37.68 178.6 -
System Red Green Blue C M Y K H S L
Decimal 237 161 6 0 0.32 0.97 0.07 40.26 0.95 0.48
Hex ED A1 6 0 20 61 7 28 5F 30
Octal 355 241 6 0 40 141 7 50 137 60
Binary 11101101 10100001 110 0 100000 1100001 111 101000 1011111 110000

Color Harmonies of #EDA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA106

Black with #EDA106

Text Example


Text Example

White with #EDA106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA106; }

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

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

background-color css

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

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

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

border-color css

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

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

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