Html Css Color HEX #EDA815 Gamboge

📋 copy color: '#EDA815'

red 237 ◦ green 168 ◦ blue 21

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

Shades of Gamboge #EDA815

Tints of Gamboge #EDA815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.93%

R = 55.63%
G = 39.44%
B = 4.93%

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

#EDA815 (or 0xEDA815) is known color: Gamboge. HEX triplet: ED, A8 and 15. RGB value is (237,168,21). Sum of RGB (Red+Green+Blue) = 237+168+21=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA815 is #1257EA. Grayscale: #ACACAC. Windows color (decimal): -1202155 or 1419501. OLE color: 1419501.

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

Color convert

RGB 237 168 21 -
CMYK 0 0.29 0.91 0.07
HSL 40.83º 0.86% 0.51% -
HSV(B) 40.83º 0.91% 0.93% -
XYZ 49.06 46.06 7.01 -
YUV 171.87 42.86 174.45 -
System Red Green Blue C M Y K H S L
Decimal 237 168 21 0 0.29 0.91 0.07 40.83 0.86 0.51
Hex ED A8 15 0 1D 5B 7 29 56 33
Octal 355 250 25 0 35 133 7 51 126 63
Binary 11101101 10101000 10101 0 11101 1011011 111 101001 1010110 110011

Color Harmonies of #EDA815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA815

Black with #EDA815

Text Example


Text Example

White with #EDA815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA815; }

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

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

background-color css

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

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

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

border-color css

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

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

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