Html Css Color HEX #EDA010 Gamboge

📋 copy color: '#EDA010'

red 237 ◦ green 160 ◦ blue 16

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

Shades of Gamboge #EDA010

Tints of Gamboge #EDA010

RGB

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

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

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

R = 57.38%
G = 38.74%
B = 3.87%

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

#EDA010 (or 0xEDA010) is known color: Gamboge. HEX triplet: ED, A0 and 10. RGB value is (237,160,16). Sum of RGB (Red+Green+Blue) = 237+160+16=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA010 is #125FEF. Grayscale: #A7A7A7. Windows color (decimal): -1204208 or 1089773. OLE color: 1089773.

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

Color convert

RGB 237 160 16 -
CMYK 0 0.32 0.93 0.07
HSL 39.1º 0.87% 0.5% -
HSV(B) 39.1º 0.93% 0.93% -
XYZ 47.59 43.18 6.32 -
YUV 166.61 43.01 178.21 -
System Red Green Blue C M Y K H S L
Decimal 237 160 16 0 0.32 0.93 0.07 39.1 0.87 0.5
Hex ED A0 10 0 20 5D 7 27 57 32
Octal 355 240 20 0 40 135 7 47 127 62
Binary 11101101 10100000 10000 0 100000 1011101 111 100111 1010111 110010

Color Harmonies of #EDA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA010

Black with #EDA010

Text Example


Text Example

White with #EDA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA010; }

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

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

background-color css

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

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

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

border-color css

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

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

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