Html Css Color HEX #EDA015 Gamboge

📋 copy color: '#EDA015'

red 237 ◦ green 160 ◦ blue 21

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

Shades of Gamboge #EDA015

Tints of Gamboge #EDA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

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

R = 56.7%
G = 38.28%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDA015 (or 0xEDA015) is known color: Gamboge. HEX triplet: ED, A0 and 15. RGB value is (237,160,21). Sum of RGB (Red+Green+Blue) = 237+160+21=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA015 is #125FEA. Grayscale: #A7A7A7. Windows color (decimal): -1204203 or 1417453. OLE color: 1417453.

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

Color convert

RGB 237 160 21 -
CMYK 0 0.32 0.91 0.07
HSL 38.61º 0.86% 0.51% -
HSV(B) 38.61º 0.91% 0.93% -
XYZ 47.63 43.2 6.54 -
YUV 167.18 45.51 177.8 -
System Red Green Blue C M Y K H S L
Decimal 237 160 21 0 0.32 0.91 0.07 38.61 0.86 0.51
Hex ED A0 15 0 20 5B 7 27 56 33
Octal 355 240 25 0 40 133 7 47 126 63
Binary 11101101 10100000 10101 0 100000 1011011 111 100111 1010110 110011

Color Harmonies of #EDA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA015

Black with #EDA015

Text Example


Text Example

White with #EDA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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