Html Css Color HEX #EDA813 Gamboge

📋 copy color: '#EDA813'

red 237 ◦ green 168 ◦ blue 19

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

Shades of Gamboge #EDA813

Tints of Gamboge #EDA813

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

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

R = 55.9%
G = 39.62%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDA813 (or 0xEDA813) is known color: Gamboge. HEX triplet: ED, A8 and 13. RGB value is (237,168,19). Sum of RGB (Red+Green+Blue) = 237+168+19=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA813 is #1257EC. Grayscale: #ACACAC. Windows color (decimal): -1202157 or 1288429. OLE color: 1288429.

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

Color convert

RGB 237 168 19 -
CMYK 0 0.29 0.92 0.07
HSL 41.01º 0.86% 0.5% -
HSV(B) 41.01º 0.92% 0.93% -
XYZ 49.05 46.06 6.92 -
YUV 171.65 41.86 174.62 -
System Red Green Blue C M Y K H S L
Decimal 237 168 19 0 0.29 0.92 0.07 41.01 0.86 0.5
Hex ED A8 13 0 1D 5C 7 29 56 32
Octal 355 250 23 0 35 134 7 51 126 62
Binary 11101101 10101000 10011 0 11101 1011100 111 101001 1010110 110010

Color Harmonies of #EDA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA813

Black with #EDA813

Text Example


Text Example

White with #EDA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA813; }

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

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

background-color css

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

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

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

border-color css

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

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

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