Html Css Color HEX #EDA017 Gamboge

📋 copy color: '#EDA017'

red 237 ◦ green 160 ◦ blue 23

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

Shades of Gamboge #EDA017

Tints of Gamboge #EDA017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.48%

R = 56.43%
G = 38.1%
B = 5.48%

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

#EDA017 (or 0xEDA017) is known color: Gamboge. HEX triplet: ED, A0 and 17. RGB value is (237,160,23). Sum of RGB (Red+Green+Blue) = 237+160+23=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA017 is #125FE8. Grayscale: #A8A8A8. Windows color (decimal): -1204201 or 1548525. OLE color: 1548525.

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

Color convert

RGB 237 160 23 -
CMYK 0 0.32 0.90 0.07
HSL 38.41º 0.86% 0.51% -
HSV(B) 38.41º 0.9% 0.93% -
XYZ 47.65 43.21 6.64 -
YUV 167.41 46.51 177.64 -
System Red Green Blue C M Y K H S L
Decimal 237 160 23 0 0.32 0.90 0.07 38.41 0.86 0.51
Hex ED A0 17 0 20 5A 7 26 56 33
Octal 355 240 27 0 40 132 7 46 126 63
Binary 11101101 10100000 10111 0 100000 1011010 111 100110 1010110 110011

Color Harmonies of #EDA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA017

Black with #EDA017

Text Example


Text Example

White with #EDA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA017; }

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

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

background-color css

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

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

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

border-color css

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

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

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