Html Css Color HEX #EDA816 Gamboge

📋 copy color: '#EDA816'

red 237 ◦ green 168 ◦ blue 22

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

Shades of Gamboge #EDA816

Tints of Gamboge #EDA816

RGB

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

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

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

R = 55.5%
G = 39.34%
B = 5.15%

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

#EDA816 (or 0xEDA816) is known color: Gamboge. HEX triplet: ED, A8 and 16. RGB value is (237,168,22). Sum of RGB (Red+Green+Blue) = 237+168+22=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA816 is #1257E9. Grayscale: #ACACAC. Windows color (decimal): -1202154 or 1485037. OLE color: 1485037.

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

Color convert

RGB 237 168 22 -
CMYK 0 0.29 0.91 0.07
HSL 40.74º 0.86% 0.51% -
HSV(B) 40.74º 0.91% 0.93% -
XYZ 49.07 46.07 7.06 -
YUV 171.99 43.36 174.37 -
System Red Green Blue C M Y K H S L
Decimal 237 168 22 0 0.29 0.91 0.07 40.74 0.86 0.51
Hex ED A8 16 0 1D 5B 7 29 56 33
Octal 355 250 26 0 35 133 7 51 126 63
Binary 11101101 10101000 10110 0 11101 1011011 111 101001 1010110 110011

Color Harmonies of #EDA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA816

Black with #EDA816

Text Example


Text Example

White with #EDA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA816; }

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

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

background-color css

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

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

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

border-color css

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

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

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