Html Css Color HEX #EDA915 Gamboge

📋 copy color: '#EDA915'

red 237 ◦ green 169 ◦ blue 21

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

Shades of Gamboge #EDA915

Tints of Gamboge #EDA915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.58%

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

R = 55.5%
G = 39.58%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDA915 (or 0xEDA915) is known color: Gamboge. HEX triplet: ED, A9 and 15. RGB value is (237,169,21). Sum of RGB (Red+Green+Blue) = 237+169+21=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA915 is #1256EA. Grayscale: #ADADAD. Windows color (decimal): -1201899 or 1419757. OLE color: 1419757.

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

Color convert

RGB 237 169 21 -
CMYK 0 0.29 0.91 0.07
HSL 41.11º 0.86% 0.51% -
HSV(B) 41.11º 0.91% 0.93% -
XYZ 49.25 46.43 7.08 -
YUV 172.46 42.53 174.03 -
System Red Green Blue C M Y K H S L
Decimal 237 169 21 0 0.29 0.91 0.07 41.11 0.86 0.51
Hex ED A9 15 0 1D 5B 7 29 56 33
Octal 355 251 25 0 35 133 7 51 126 63
Binary 11101101 10101001 10101 0 11101 1011011 111 101001 1010110 110011

Color Harmonies of #EDA915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA915

Black with #EDA915

Text Example


Text Example

White with #EDA915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA915; }

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

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

background-color css

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

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

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

border-color css

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

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

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