Html Css Color HEX #EDA513 Gamboge

📋 copy color: '#EDA513'

red 237 ◦ green 165 ◦ blue 19

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

Shades of Gamboge #EDA513

Tints of Gamboge #EDA513

RGB

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

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

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

R = 56.29%
G = 39.19%
B = 4.51%

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

#EDA513 (or 0xEDA513) is known color: Gamboge. HEX triplet: ED, A5 and 13. RGB value is (237,165,19). Sum of RGB (Red+Green+Blue) = 237+165+19=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA513 is #125AEC. Grayscale: #AAAAAA. Windows color (decimal): -1202925 or 1287661. OLE color: 1287661.

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

Color convert

RGB 237 165 19 -
CMYK 0 0.30 0.92 0.07
HSL 40.18º 0.86% 0.5% -
HSV(B) 40.18º 0.92% 0.93% -
XYZ 48.5 44.96 6.74 -
YUV 169.88 42.85 175.87 -
System Red Green Blue C M Y K H S L
Decimal 237 165 19 0 0.30 0.92 0.07 40.18 0.86 0.5
Hex ED A5 13 0 1E 5C 7 28 56 32
Octal 355 245 23 0 36 134 7 50 126 62
Binary 11101101 10100101 10011 0 11110 1011100 111 101000 1010110 110010

Color Harmonies of #EDA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA513

Black with #EDA513

Text Example


Text Example

White with #EDA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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