Html Css Color HEX #EDA614 Gamboge

📋 copy color: '#EDA614'

red 237 ◦ green 166 ◦ blue 20

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

Shades of Gamboge #EDA614

Tints of Gamboge #EDA614

RGB

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

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

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

R = 56.03%
G = 39.24%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDA614 (or 0xEDA614) is known color: Gamboge. HEX triplet: ED, A6 and 14. RGB value is (237,166,20). Sum of RGB (Red+Green+Blue) = 237+166+20=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA614 is #1259EB. Grayscale: #ABABAB. Windows color (decimal): -1202668 or 1353453. OLE color: 1353453.

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

Color convert

RGB 237 166 20 -
CMYK 0 0.30 0.92 0.07
HSL 40.37º 0.86% 0.5% -
HSV(B) 40.37º 0.92% 0.93% -
XYZ 48.69 45.33 6.84 -
YUV 170.59 43.02 175.37 -
System Red Green Blue C M Y K H S L
Decimal 237 166 20 0 0.30 0.92 0.07 40.37 0.86 0.5
Hex ED A6 14 0 1E 5C 7 28 56 32
Octal 355 246 24 0 36 134 7 50 126 62
Binary 11101101 10100110 10100 0 11110 1011100 111 101000 1010110 110010

Color Harmonies of #EDA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA614

Black with #EDA614

Text Example


Text Example

White with #EDA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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