Html Css Color HEX #EDA810 Gamboge

📋 copy color: '#EDA810'

red 237 ◦ green 168 ◦ blue 16

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

Shades of Gamboge #EDA810

Tints of Gamboge #EDA810

RGB

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

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

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

R = 56.29%
G = 39.9%
B = 3.8%

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

#EDA810 (or 0xEDA810) is known color: Gamboge. HEX triplet: ED, A8 and 10. RGB value is (237,168,16). Sum of RGB (Red+Green+Blue) = 237+168+16=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA810 is #1257EF. Grayscale: #ABABAB. Windows color (decimal): -1202160 or 1091821. OLE color: 1091821.

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

Color convert

RGB 237 168 16 -
CMYK 0 0.29 0.93 0.07
HSL 41.27º 0.87% 0.5% -
HSV(B) 41.27º 0.93% 0.93% -
XYZ 49.02 46.05 6.79 -
YUV 171.3 40.36 174.86 -
System Red Green Blue C M Y K H S L
Decimal 237 168 16 0 0.29 0.93 0.07 41.27 0.87 0.5
Hex ED A8 10 0 1D 5D 7 29 57 32
Octal 355 250 20 0 35 135 7 51 127 62
Binary 11101101 10101000 10000 0 11101 1011101 111 101001 1010111 110010

Color Harmonies of #EDA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA810

Black with #EDA810

Text Example


Text Example

White with #EDA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA810; }

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

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

background-color css

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

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

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

border-color css

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

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

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