Html Css Color HEX #EDA616 Gamboge

📋 copy color: '#EDA616'

red 237 ◦ green 166 ◦ blue 22

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

Shades of Gamboge #EDA616

Tints of Gamboge #EDA616

RGB

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

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

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

R = 55.76%
G = 39.06%
B = 5.18%

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

#EDA616 (or 0xEDA616) is known color: Gamboge. HEX triplet: ED, A6 and 16. RGB value is (237,166,22). Sum of RGB (Red+Green+Blue) = 237+166+22=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA616 is #1259E9. Grayscale: #ABABAB. Windows color (decimal): -1202666 or 1484525. OLE color: 1484525.

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

Color convert

RGB 237 166 22 -
CMYK 0 0.30 0.91 0.07
HSL 40.19º 0.86% 0.51% -
HSV(B) 40.19º 0.91% 0.93% -
XYZ 48.71 45.33 6.94 -
YUV 170.81 44.02 175.21 -
System Red Green Blue C M Y K H S L
Decimal 237 166 22 0 0.30 0.91 0.07 40.19 0.86 0.51
Hex ED A6 16 0 1E 5B 7 28 56 33
Octal 355 246 26 0 36 133 7 50 126 63
Binary 11101101 10100110 10110 0 11110 1011011 111 101000 1010110 110011

Color Harmonies of #EDA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA616

Black with #EDA616

Text Example


Text Example

White with #EDA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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