Html Css Color HEX #EDC005 Golden Poppy

📋 copy color: '#EDC005'

red 237 ◦ green 192 ◦ blue 5

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

Shades of Golden Poppy #EDC005

Tints of Golden Poppy #EDC005

RGB

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

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

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

R = 54.61%
G = 44.24%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDC005 (or 0xEDC005) is known color: Golden Poppy. HEX triplet: ED, C0 and 05. RGB value is (237,192,5). Sum of RGB (Red+Green+Blue) = 237+192+5=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC005 is #123FFA. Grayscale: #B8B8B8. Windows color (decimal): -1196027 or 377069. OLE color: 377069.

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

Color convert

RGB 237 192 5 -
CMYK 0 0.19 0.98 0.07
HSL 48.36º 0.96% 0.47% -
HSV(B) 48.36º 0.98% 0.93% -
XYZ 53.8 55.71 8.06 -
YUV 184.14 26.91 165.71 -
System Red Green Blue C M Y K H S L
Decimal 237 192 5 0 0.19 0.98 0.07 48.36 0.96 0.47
Hex ED C0 5 0 13 62 7 30 60 2F
Octal 355 300 5 0 23 142 7 60 140 57
Binary 11101101 11000000 101 0 10011 1100010 111 110000 1100000 101111

Color Harmonies of #EDC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC005

Black with #EDC005

Text Example


Text Example

White with #EDC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC005; }

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

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

background-color css

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

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

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

border-color css

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

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

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