Html Css Color HEX #EDA515 Gamboge

📋 copy color: '#EDA515'

red 237 ◦ green 165 ◦ blue 21

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

Shades of Gamboge #EDA515

Tints of Gamboge #EDA515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 56.03%
G = 39.01%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDA515 (or 0xEDA515) is known color: Gamboge. HEX triplet: ED, A5 and 15. RGB value is (237,165,21). Sum of RGB (Red+Green+Blue) = 237+165+21=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA515 is #125AEA. Grayscale: #AAAAAA. Windows color (decimal): -1202923 or 1418733. OLE color: 1418733.

HSL color Cylindrical-coordinate representation of color #EDA515: hue angle of 40º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDA515 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 21 -
CMYK 0 0.30 0.91 0.07
HSL 40º 0.86% 0.51% -
HSV(B) 40º 0.91% 0.93% -
XYZ 48.52 44.97 6.83 -
YUV 170.11 43.85 175.71 -
System Red Green Blue C M Y K H S L
Decimal 237 165 21 0 0.30 0.91 0.07 40 0.86 0.51
Hex ED A5 15 0 1E 5B 7 28 56 33
Octal 355 245 25 0 36 133 7 50 126 63
Binary 11101101 10100101 10101 0 11110 1011011 111 101000 1010110 110011

Color Harmonies of #EDA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA515

Black with #EDA515

Text Example


Text Example

White with #EDA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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