Html Css Color HEX #EDA916 Gamboge

📋 copy color: '#EDA916'

red 237 ◦ green 169 ◦ blue 22

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

Shades of Gamboge #EDA916

Tints of Gamboge #EDA916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.49%

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

R = 55.37%
G = 39.49%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDA916 (or 0xEDA916) is known color: Gamboge. HEX triplet: ED, A9 and 16. RGB value is (237,169,22). Sum of RGB (Red+Green+Blue) = 237+169+22=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA916 is #1256E9. Grayscale: #ADADAD. Windows color (decimal): -1201898 or 1485293. OLE color: 1485293.

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

Color convert

RGB 237 169 22 -
CMYK 0 0.29 0.91 0.07
HSL 41.02º 0.86% 0.51% -
HSV(B) 41.02º 0.91% 0.93% -
XYZ 49.26 46.44 7.13 -
YUV 172.57 43.03 173.95 -
System Red Green Blue C M Y K H S L
Decimal 237 169 22 0 0.29 0.91 0.07 41.02 0.86 0.51
Hex ED A9 16 0 1D 5B 7 29 56 33
Octal 355 251 26 0 35 133 7 51 126 63
Binary 11101101 10101001 10110 0 11101 1011011 111 101001 1010110 110011

Color Harmonies of #EDA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA916

Black with #EDA916

Text Example


Text Example

White with #EDA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA916; }

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

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

background-color css

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

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

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

border-color css

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

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

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