Html Css Color HEX #EDA006 Gamboge

📋 copy color: '#EDA006'

red 237 ◦ green 160 ◦ blue 6

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

Shades of Gamboge #EDA006

Tints of Gamboge #EDA006

RGB

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

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

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

R = 58.81%
G = 39.7%
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

#EDA006 (or 0xEDA006) is known color: Gamboge. HEX triplet: ED, A0 and 06. RGB value is (237,160,6). Sum of RGB (Red+Green+Blue) = 237+160+6=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA006 is #125FF9. Grayscale: #A6A6A6. Windows color (decimal): -1204218 or 434413. OLE color: 434413.

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

Color convert

RGB 237 160 6 -
CMYK 0 0.32 0.97 0.07
HSL 40º 0.95% 0.48% -
HSV(B) 40º 0.97% 0.93% -
XYZ 47.53 43.16 6 -
YUV 165.47 38.01 179.02 -
System Red Green Blue C M Y K H S L
Decimal 237 160 6 0 0.32 0.97 0.07 40 0.95 0.48
Hex ED A0 6 0 20 61 7 28 5F 30
Octal 355 240 6 0 40 141 7 50 137 60
Binary 11101101 10100000 110 0 100000 1100001 111 101000 1011111 110000

Color Harmonies of #EDA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA006

Black with #EDA006

Text Example


Text Example

White with #EDA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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