Html Css Color HEX #EDA610 Gamboge

📋 copy color: '#EDA610'

red 237 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #EDA610

Tints of Gamboge #EDA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

 BLUE value IS 16 (6.64% from 255) = 3.82%

R = 56.56%
G = 39.62%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDA610 (or 0xEDA610) is known color: Gamboge. HEX triplet: ED, A6 and 10. RGB value is (237,166,16). Sum of RGB (Red+Green+Blue) = 237+166+16=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA610 is #1259EF. Grayscale: #AAAAAA. Windows color (decimal): -1202672 or 1091309. OLE color: 1091309.

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

Color convert

RGB 237 166 16 -
CMYK 0 0.30 0.93 0.07
HSL 40.72º 0.87% 0.5% -
HSV(B) 40.72º 0.93% 0.93% -
XYZ 48.65 45.31 6.67 -
YUV 170.13 41.02 175.7 -
System Red Green Blue C M Y K H S L
Decimal 237 166 16 0 0.30 0.93 0.07 40.72 0.87 0.5
Hex ED A6 10 0 1E 5D 7 29 57 32
Octal 355 246 20 0 36 135 7 51 127 62
Binary 11101101 10100110 10000 0 11110 1011101 111 101001 1010111 110010

Color Harmonies of #EDA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA610

Black with #EDA610

Text Example


Text Example

White with #EDA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA610; }

 p { color: rgb(237,166,16); }

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

background-color css

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

 a { background-color: rgb(237,166,16); }

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

border-color css

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

 span { border-color: rgb(237,166,16); }

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