Html Css Color HEX #EDA118 Gamboge

📋 copy color: '#EDA118'

red 237 ◦ green 161 ◦ blue 24

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

Shades of Gamboge #EDA118

Tints of Gamboge #EDA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 56.16%
G = 38.15%
B = 5.69%

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

#EDA118 (or 0xEDA118) is known color: Gamboge. HEX triplet: ED, A1 and 18. RGB value is (237,161,24). Sum of RGB (Red+Green+Blue) = 237+161+24=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA118 is #125EE7. Grayscale: #A8A8A8. Windows color (decimal): -1203944 or 1614317. OLE color: 1614317.

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

Color convert

RGB 237 161 24 -
CMYK 0 0.32 0.90 0.07
HSL 38.59º 0.86% 0.51% -
HSV(B) 38.59º 0.9% 0.93% -
XYZ 47.83 43.56 6.75 -
YUV 168.11 46.68 177.14 -
System Red Green Blue C M Y K H S L
Decimal 237 161 24 0 0.32 0.90 0.07 38.59 0.86 0.51
Hex ED A1 18 0 20 5A 7 27 56 33
Octal 355 241 30 0 40 132 7 47 126 63
Binary 11101101 10100001 11000 0 100000 1011010 111 100111 1010110 110011

Color Harmonies of #EDA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA118

Black with #EDA118

Text Example


Text Example

White with #EDA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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