Html Css Color HEX #EDA314 Gamboge

📋 copy color: '#EDA314'

red 237 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #EDA314

Tints of Gamboge #EDA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

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

R = 56.43%
G = 38.81%
B = 4.76%

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

#EDA314 (or 0xEDA314) is known color: Gamboge. HEX triplet: ED, A3 and 14. RGB value is (237,163,20). Sum of RGB (Red+Green+Blue) = 237+163+20=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA314 is #125CEB. Grayscale: #A9A9A9. Windows color (decimal): -1203436 or 1352685. OLE color: 1352685.

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

Color convert

RGB 237 163 20 -
CMYK 0 0.31 0.92 0.07
HSL 39.54º 0.86% 0.5% -
HSV(B) 39.54º 0.92% 0.93% -
XYZ 48.15 44.25 6.67 -
YUV 168.82 44.02 176.63 -
System Red Green Blue C M Y K H S L
Decimal 237 163 20 0 0.31 0.92 0.07 39.54 0.86 0.5
Hex ED A3 14 0 1F 5C 7 28 56 32
Octal 355 243 24 0 37 134 7 50 126 62
Binary 11101101 10100011 10100 0 11111 1011100 111 101000 1010110 110010

Color Harmonies of #EDA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA314

Black with #EDA314

Text Example


Text Example

White with #EDA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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