Html Css Color HEX #EDA218 Gamboge

📋 copy color: '#EDA218'

red 237 ◦ green 162 ◦ blue 24

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

Shades of Gamboge #EDA218

Tints of Gamboge #EDA218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 56.03%
G = 38.3%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDA218 (or 0xEDA218) is known color: Gamboge. HEX triplet: ED, A2 and 18. RGB value is (237,162,24). Sum of RGB (Red+Green+Blue) = 237+162+24=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA218 is #125DE7. Grayscale: #A9A9A9. Windows color (decimal): -1203688 or 1614573. OLE color: 1614573.

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

Color convert

RGB 237 162 24 -
CMYK 0 0.32 0.90 0.07
HSL 38.87º 0.86% 0.51% -
HSV(B) 38.87º 0.9% 0.93% -
XYZ 48.01 43.91 6.81 -
YUV 168.69 46.35 176.72 -
System Red Green Blue C M Y K H S L
Decimal 237 162 24 0 0.32 0.90 0.07 38.87 0.86 0.51
Hex ED A2 18 0 20 5A 7 27 56 33
Octal 355 242 30 0 40 132 7 47 126 63
Binary 11101101 10100010 11000 0 100000 1011010 111 100111 1010110 110011

Color Harmonies of #EDA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA218

Black with #EDA218

Text Example


Text Example

White with #EDA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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