Html Css Color HEX #EDA705 Gamboge

📋 copy color: '#EDA705'

red 237 ◦ green 167 ◦ blue 5

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

Shades of Gamboge #EDA705

Tints of Gamboge #EDA705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 57.95%
G = 40.83%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDA705 (or 0xEDA705) is known color: Gamboge. HEX triplet: ED, A7 and 05. RGB value is (237,167,5). Sum of RGB (Red+Green+Blue) = 237+167+5=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA705 is #1258FA. Grayscale: #AAAAAA. Windows color (decimal): -1202427 or 370669. OLE color: 370669.

HSL color Cylindrical-coordinate representation of color #EDA705: hue angle of 41.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDA705 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 5 -
CMYK 0 0.30 0.98 0.07
HSL 41.9º 0.96% 0.47% -
HSV(B) 41.9º 0.98% 0.93% -
XYZ 48.77 45.65 6.38 -
YUV 169.46 35.19 176.17 -
System Red Green Blue C M Y K H S L
Decimal 237 167 5 0 0.30 0.98 0.07 41.9 0.96 0.47
Hex ED A7 5 0 1E 62 7 2A 60 2F
Octal 355 247 5 0 36 142 7 52 140 57
Binary 11101101 10100111 101 0 11110 1100010 111 101010 1100000 101111

Color Harmonies of #EDA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA705

Black with #EDA705

Text Example


Text Example

White with #EDA705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA705; }

 p { color: rgb(237,167,5); }

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

background-color css

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

 a { background-color: rgb(237,167,5); }

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

border-color css

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

 span { border-color: rgb(237,167,5); }

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