Html Css Color HEX #EDC707 Golden Poppy

📋 copy color: '#EDC707'

red 237 ◦ green 199 ◦ blue 7

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

Shades of Golden Poppy #EDC707

Tints of Golden Poppy #EDC707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 53.5%
G = 44.92%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC707 (or 0xEDC707) is known color: Golden Poppy. HEX triplet: ED, C7 and 07. RGB value is (237,199,7). Sum of RGB (Red+Green+Blue) = 237+199+7=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC707 is #1238F8. Grayscale: #BDBDBD. Windows color (decimal): -1194233 or 509933. OLE color: 509933.

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

Color convert

RGB 237 199 7 -
CMYK 0 0.16 0.97 0.07
HSL 50.09º 0.94% 0.48% -
HSV(B) 50.09º 0.97% 0.93% -
XYZ 55.39 58.87 8.64 -
YUV 188.47 25.59 162.61 -
System Red Green Blue C M Y K H S L
Decimal 237 199 7 0 0.16 0.97 0.07 50.09 0.94 0.48
Hex ED C7 7 0 10 61 7 32 5E 30
Octal 355 307 7 0 20 141 7 62 136 60
Binary 11101101 11000111 111 0 10000 1100001 111 110010 1011110 110000

Color Harmonies of #EDC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC707

Black with #EDC707

Text Example


Text Example

White with #EDC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC707; }

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

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

background-color css

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

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

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

border-color css

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

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

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