Html Css Color HEX #EDA016 Gamboge

📋 copy color: '#EDA016'

red 237 ◦ green 160 ◦ blue 22

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

Shades of Gamboge #EDA016

Tints of Gamboge #EDA016

RGB

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

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

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

R = 56.56%
G = 38.19%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDA016 (or 0xEDA016) is known color: Gamboge. HEX triplet: ED, A0 and 16. RGB value is (237,160,22). Sum of RGB (Red+Green+Blue) = 237+160+22=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA016 is #125FE9. Grayscale: #A7A7A7. Windows color (decimal): -1204202 or 1482989. OLE color: 1482989.

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

Color convert

RGB 237 160 22 -
CMYK 0 0.32 0.91 0.07
HSL 38.51º 0.86% 0.51% -
HSV(B) 38.51º 0.91% 0.93% -
XYZ 47.64 43.2 6.59 -
YUV 167.29 46.01 177.72 -
System Red Green Blue C M Y K H S L
Decimal 237 160 22 0 0.32 0.91 0.07 38.51 0.86 0.51
Hex ED A0 16 0 20 5B 7 27 56 33
Octal 355 240 26 0 40 133 7 47 126 63
Binary 11101101 10100000 10110 0 100000 1011011 111 100111 1010110 110011

Color Harmonies of #EDA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA016

Black with #EDA016

Text Example


Text Example

White with #EDA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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