Html Css Color HEX #EDA506 Gamboge

📋 copy color: '#EDA506'

red 237 ◦ green 165 ◦ blue 6

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

Shades of Gamboge #EDA506

Tints of Gamboge #EDA506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 58.09%
G = 40.44%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDA506 (or 0xEDA506) is known color: Gamboge. HEX triplet: ED, A5 and 06. RGB value is (237,165,6). Sum of RGB (Red+Green+Blue) = 237+165+6=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA506 is #125AF9. Grayscale: #A9A9A9. Windows color (decimal): -1202938 or 435693. OLE color: 435693.

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

Color convert

RGB 237 165 6 -
CMYK 0 0.30 0.97 0.07
HSL 41.3º 0.95% 0.48% -
HSV(B) 41.3º 0.97% 0.93% -
XYZ 48.41 44.93 6.29 -
YUV 168.4 36.35 176.93 -
System Red Green Blue C M Y K H S L
Decimal 237 165 6 0 0.30 0.97 0.07 41.3 0.95 0.48
Hex ED A5 6 0 1E 61 7 29 5F 30
Octal 355 245 6 0 36 141 7 51 137 60
Binary 11101101 10100101 110 0 11110 1100001 111 101001 1011111 110000

Color Harmonies of #EDA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA506

Black with #EDA506

Text Example


Text Example

White with #EDA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA506; }

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

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

background-color css

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

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

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

border-color css

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

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

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