Html Css Color HEX #EDA414 Gamboge

📋 copy color: '#EDA414'

red 237 ◦ green 164 ◦ blue 20

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

Shades of Gamboge #EDA414

Tints of Gamboge #EDA414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.95%

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

R = 56.29%
G = 38.95%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDA414 (or 0xEDA414) is known color: Gamboge. HEX triplet: ED, A4 and 14. RGB value is (237,164,20). Sum of RGB (Red+Green+Blue) = 237+164+20=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA414 is #125BEB. Grayscale: #AAAAAA. Windows color (decimal): -1203180 or 1352941. OLE color: 1352941.

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

Color convert

RGB 237 164 20 -
CMYK 0 0.31 0.92 0.07
HSL 39.82º 0.86% 0.5% -
HSV(B) 39.82º 0.92% 0.93% -
XYZ 48.33 44.61 6.72 -
YUV 169.41 43.68 176.21 -
System Red Green Blue C M Y K H S L
Decimal 237 164 20 0 0.31 0.92 0.07 39.82 0.86 0.5
Hex ED A4 14 0 1F 5C 7 28 56 32
Octal 355 244 24 0 37 134 7 50 126 62
Binary 11101101 10100100 10100 0 11111 1011100 111 101000 1010110 110010

Color Harmonies of #EDA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA414

Black with #EDA414

Text Example


Text Example

White with #EDA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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