Html Css Color HEX #EDAA14 Gamboge

📋 copy color: '#EDAA14'

red 237 ◦ green 170 ◦ blue 20

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

Shades of Gamboge #EDAA14

Tints of Gamboge #EDAA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.81%

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 55.5%
G = 39.81%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDAA14 (or 0xEDAA14) is known color: Gamboge. HEX triplet: ED, AA and 14. RGB value is (237,170,20). Sum of RGB (Red+Green+Blue) = 237+170+20=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAA14 is #1255EB. Grayscale: #ADADAD. Windows color (decimal): -1201644 or 1354477. OLE color: 1354477.

HSL color Cylindrical-coordinate representation of color #EDAA14: hue angle of 41.47º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDAA14 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 20 -
CMYK 0 0.28 0.92 0.07
HSL 41.47º 0.86% 0.5% -
HSV(B) 41.47º 0.92% 0.93% -
XYZ 49.43 46.8 7.09 -
YUV 172.93 41.7 173.7 -
System Red Green Blue C M Y K H S L
Decimal 237 170 20 0 0.28 0.92 0.07 41.47 0.86 0.5
Hex ED AA 14 0 1C 5C 7 29 56 32
Octal 355 252 24 0 34 134 7 51 126 62
Binary 11101101 10101010 10100 0 11100 1011100 111 101001 1010110 110010

Color Harmonies of #EDAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA14

Black with #EDAA14

Text Example


Text Example

White with #EDAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA14; }

 p { color: rgb(237,170,20); }

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

background-color css

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

 a { background-color: rgb(237,170,20); }

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

border-color css

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

 span { border-color: rgb(237,170,20); }

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