Html Css Color HEX #EDA215 Gamboge

📋 copy color: '#EDA215'

red 237 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #EDA215

Tints of Gamboge #EDA215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

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

R = 56.43%
G = 38.57%
B = 5%

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

#EDA215 (or 0xEDA215) is known color: Gamboge. HEX triplet: ED, A2 and 15. RGB value is (237,162,21). Sum of RGB (Red+Green+Blue) = 237+162+21=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA215 is #125DEA. Grayscale: #A8A8A8. Windows color (decimal): -1203691 or 1417965. OLE color: 1417965.

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

Color convert

RGB 237 162 21 -
CMYK 0 0.32 0.91 0.07
HSL 39.17º 0.86% 0.51% -
HSV(B) 39.17º 0.91% 0.93% -
XYZ 47.98 43.9 6.65 -
YUV 168.35 44.85 176.96 -
System Red Green Blue C M Y K H S L
Decimal 237 162 21 0 0.32 0.91 0.07 39.17 0.86 0.51
Hex ED A2 15 0 20 5B 7 27 56 33
Octal 355 242 25 0 40 133 7 47 126 63
Binary 11101101 10100010 10101 0 100000 1011011 111 100111 1010110 110011

Color Harmonies of #EDA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA215

Black with #EDA215

Text Example


Text Example

White with #EDA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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