Html Css Color HEX #EDC007 Golden Poppy

📋 copy color: '#EDC007'

red 237 ◦ green 192 ◦ blue 7

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

Shades of Golden Poppy #EDC007

Tints of Golden Poppy #EDC007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

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

R = 54.36%
G = 44.04%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC007 (or 0xEDC007) is known color: Golden Poppy. HEX triplet: ED, C0 and 07. RGB value is (237,192,7). Sum of RGB (Red+Green+Blue) = 237+192+7=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC007 is #123FF8. Grayscale: #B9B9B9. Windows color (decimal): -1196025 or 508141. OLE color: 508141.

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

Color convert

RGB 237 192 7 -
CMYK 0 0.19 0.97 0.07
HSL 48.26º 0.94% 0.48% -
HSV(B) 48.26º 0.97% 0.93% -
XYZ 53.81 55.72 8.12 -
YUV 184.37 27.91 165.54 -
System Red Green Blue C M Y K H S L
Decimal 237 192 7 0 0.19 0.97 0.07 48.26 0.94 0.48
Hex ED C0 7 0 13 61 7 30 5E 30
Octal 355 300 7 0 23 141 7 60 136 60
Binary 11101101 11000000 111 0 10011 1100001 111 110000 1011110 110000

Color Harmonies of #EDC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC007

Black with #EDC007

Text Example


Text Example

White with #EDC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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