Html Css Color HEX #EDA406 Gamboge

📋 copy color: '#EDA406'

red 237 ◦ green 164 ◦ blue 6

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

Shades of Gamboge #EDA406

Tints of Gamboge #EDA406

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 58.23%
G = 40.29%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDA406 (or 0xEDA406) is known color: Gamboge. HEX triplet: ED, A4 and 06. RGB value is (237,164,6). Sum of RGB (Red+Green+Blue) = 237+164+6=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA406 is #125BF9. Grayscale: #A8A8A8. Windows color (decimal): -1203194 or 435437. OLE color: 435437.

HSL color Cylindrical-coordinate representation of color #EDA406: hue angle of 41.04º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDA406 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 6 -
CMYK 0 0.31 0.97 0.07
HSL 41.04º 0.95% 0.48% -
HSV(B) 41.04º 0.97% 0.93% -
XYZ 48.23 44.57 6.23 -
YUV 167.82 36.68 177.35 -
System Red Green Blue C M Y K H S L
Decimal 237 164 6 0 0.31 0.97 0.07 41.04 0.95 0.48
Hex ED A4 6 0 1F 61 7 29 5F 30
Octal 355 244 6 0 37 141 7 51 137 60
Binary 11101101 10100100 110 0 11111 1100001 111 101001 1011111 110000

Color Harmonies of #EDA406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA406

Black with #EDA406

Text Example


Text Example

White with #EDA406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA406; }

 p { color: rgb(237,164,6); }

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

background-color css

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

 a { background-color: rgb(237,164,6); }

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

border-color css

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

 span { border-color: rgb(237,164,6); }

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