Html Css Color HEX #EDA716 Gamboge

📋 copy color: '#EDA716'

red 237 ◦ green 167 ◦ blue 22

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

Shades of Gamboge #EDA716

Tints of Gamboge #EDA716

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

 BLUE value IS 22 (8.98% from 255) = 5.16%

R = 55.63%
G = 39.2%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDA716 (or 0xEDA716) is known color: Gamboge. HEX triplet: ED, A7 and 16. RGB value is (237,167,22). Sum of RGB (Red+Green+Blue) = 237+167+22=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA716 is #1258E9. Grayscale: #ACACAC. Windows color (decimal): -1202410 or 1484781. OLE color: 1484781.

HSL color Cylindrical-coordinate representation of color #EDA716: hue angle of 40.47º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDA716 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 22 -
CMYK 0 0.30 0.91 0.07
HSL 40.47º 0.86% 0.51% -
HSV(B) 40.47º 0.91% 0.93% -
XYZ 48.89 45.7 7 -
YUV 171.4 43.69 174.79 -
System Red Green Blue C M Y K H S L
Decimal 237 167 22 0 0.30 0.91 0.07 40.47 0.86 0.51
Hex ED A7 16 0 1E 5B 7 28 56 33
Octal 355 247 26 0 36 133 7 50 126 63
Binary 11101101 10100111 10110 0 11110 1011011 111 101000 1010110 110011

Color Harmonies of #EDA716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA716

Black with #EDA716

Text Example


Text Example

White with #EDA716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA716; }

 p { color: rgb(237,167,22); }

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

background-color css

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

 a { background-color: rgb(237,167,22); }

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

border-color css

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

 span { border-color: rgb(237,167,22); }

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