Html Css Color HEX #EDC705 Golden Poppy

📋 copy color: '#EDC705'

red 237 ◦ green 199 ◦ blue 5

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

Shades of Golden Poppy #EDC705

Tints of Golden Poppy #EDC705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.12%

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

R = 53.74%
G = 45.12%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDC705 (or 0xEDC705) is known color: Golden Poppy. HEX triplet: ED, C7 and 05. RGB value is (237,199,5). Sum of RGB (Red+Green+Blue) = 237+199+5=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC705 is #1238FA. Grayscale: #BDBDBD. Windows color (decimal): -1194235 or 378861. OLE color: 378861.

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

Color convert

RGB 237 199 5 -
CMYK 0 0.16 0.98 0.07
HSL 50.17º 0.96% 0.47% -
HSV(B) 50.17º 0.98% 0.93% -
XYZ 55.38 58.86 8.59 -
YUV 188.25 24.59 162.77 -
System Red Green Blue C M Y K H S L
Decimal 237 199 5 0 0.16 0.98 0.07 50.17 0.96 0.47
Hex ED C7 5 0 10 62 7 32 60 2F
Octal 355 307 5 0 20 142 7 62 140 57
Binary 11101101 11000111 101 0 10000 1100010 111 110010 1100000 101111

Color Harmonies of #EDC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC705

Black with #EDC705

Text Example


Text Example

White with #EDC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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