Html Css Color HEX #EDA615 Gamboge

📋 copy color: '#EDA615'

red 237 ◦ green 166 ◦ blue 21

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

Shades of Gamboge #EDA615

Tints of Gamboge #EDA615

RGB

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

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

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

R = 55.9%
G = 39.15%
B = 4.95%

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

#EDA615 (or 0xEDA615) is known color: Gamboge. HEX triplet: ED, A6 and 15. RGB value is (237,166,21). Sum of RGB (Red+Green+Blue) = 237+166+21=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA615 is #1259EA. Grayscale: #ABABAB. Windows color (decimal): -1202667 or 1418989. OLE color: 1418989.

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

Color convert

RGB 237 166 21 -
CMYK 0 0.30 0.91 0.07
HSL 40.28º 0.86% 0.51% -
HSV(B) 40.28º 0.91% 0.93% -
XYZ 48.7 45.33 6.89 -
YUV 170.7 43.52 175.29 -
System Red Green Blue C M Y K H S L
Decimal 237 166 21 0 0.30 0.91 0.07 40.28 0.86 0.51
Hex ED A6 15 0 1E 5B 7 28 56 33
Octal 355 246 25 0 36 133 7 50 126 63
Binary 11101101 10100110 10101 0 11110 1011011 111 101000 1010110 110011

Color Harmonies of #EDA615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA615

Black with #EDA615

Text Example


Text Example

White with #EDA615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA615; }

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

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

background-color css

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

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

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

border-color css

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

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

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