Html Css Color HEX #EDA817 Gamboge

📋 copy color: '#EDA817'

red 237 ◦ green 168 ◦ blue 23

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

Shades of Gamboge #EDA817

Tints of Gamboge #EDA817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 55.37%
G = 39.25%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDA817 (or 0xEDA817) is known color: Gamboge. HEX triplet: ED, A8 and 17. RGB value is (237,168,23). Sum of RGB (Red+Green+Blue) = 237+168+23=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA817 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA817 is #1257E8. Grayscale: #ACACAC. Windows color (decimal): -1202153 or 1550573. OLE color: 1550573.

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

Color convert

RGB 237 168 23 -
CMYK 0 0.29 0.90 0.07
HSL 40.65º 0.86% 0.51% -
HSV(B) 40.65º 0.9% 0.93% -
XYZ 49.08 46.07 7.12 -
YUV 172.1 43.86 174.29 -
System Red Green Blue C M Y K H S L
Decimal 237 168 23 0 0.29 0.90 0.07 40.65 0.86 0.51
Hex ED A8 17 0 1D 5A 7 29 56 33
Octal 355 250 27 0 35 132 7 51 126 63
Binary 11101101 10101000 10111 0 11101 1011010 111 101001 1010110 110011

Color Harmonies of #EDA817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA817

Black with #EDA817

Text Example


Text Example

White with #EDA817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA817; }

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

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

background-color css

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

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

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

border-color css

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

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

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