Html Css Color HEX #EDA514 Gamboge

📋 copy color: '#EDA514'

red 237 ◦ green 165 ◦ blue 20

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

Shades of Gamboge #EDA514

Tints of Gamboge #EDA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

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

R = 56.16%
G = 39.1%
B = 4.74%

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

#EDA514 (or 0xEDA514) is known color: Gamboge. HEX triplet: ED, A5 and 14. RGB value is (237,165,20). Sum of RGB (Red+Green+Blue) = 237+165+20=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA514 is #125AEB. Grayscale: #AAAAAA. Windows color (decimal): -1202924 or 1353197. OLE color: 1353197.

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

Color convert

RGB 237 165 20 -
CMYK 0 0.30 0.92 0.07
HSL 40.09º 0.86% 0.5% -
HSV(B) 40.09º 0.92% 0.93% -
XYZ 48.51 44.97 6.78 -
YUV 170 43.35 175.79 -
System Red Green Blue C M Y K H S L
Decimal 237 165 20 0 0.30 0.92 0.07 40.09 0.86 0.5
Hex ED A5 14 0 1E 5C 7 28 56 32
Octal 355 245 24 0 36 134 7 50 126 62
Binary 11101101 10100101 10100 0 11110 1011100 111 101000 1010110 110010

Color Harmonies of #EDA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA514

Black with #EDA514

Text Example


Text Example

White with #EDA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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