Html Css Color HEX #EDA613 Gamboge

📋 copy color: '#EDA613'

red 237 ◦ green 166 ◦ blue 19

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

Shades of Gamboge #EDA613

Tints of Gamboge #EDA613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 56.16%
G = 39.34%
B = 4.5%

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

#EDA613 (or 0xEDA613) is known color: Gamboge. HEX triplet: ED, A6 and 13. RGB value is (237,166,19). Sum of RGB (Red+Green+Blue) = 237+166+19=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA613 is #1259EC. Grayscale: #ABABAB. Windows color (decimal): -1202669 or 1287917. OLE color: 1287917.

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

Color convert

RGB 237 166 19 -
CMYK 0 0.30 0.92 0.07
HSL 40.46º 0.86% 0.5% -
HSV(B) 40.46º 0.92% 0.93% -
XYZ 48.68 45.32 6.8 -
YUV 170.47 42.52 175.45 -
System Red Green Blue C M Y K H S L
Decimal 237 166 19 0 0.30 0.92 0.07 40.46 0.86 0.5
Hex ED A6 13 0 1E 5C 7 28 56 32
Octal 355 246 23 0 36 134 7 50 126 62
Binary 11101101 10100110 10011 0 11110 1011100 111 101000 1010110 110010

Color Harmonies of #EDA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA613

Black with #EDA613

Text Example


Text Example

White with #EDA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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