Html Css Color HEX #EDC50A Golden Poppy

📋 copy color: '#EDC50A'

red 237 ◦ green 197 ◦ blue 10

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

Shades of Golden Poppy #EDC50A

Tints of Golden Poppy #EDC50A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.37%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 53.38%
G = 44.37%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDC50A (or 0xEDC50A) is known color: Golden Poppy. HEX triplet: ED, C5 and 0A. RGB value is (237,197,10). Sum of RGB (Red+Green+Blue) = 237+197+10=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC50A is #123AF5. Grayscale: #BCBCBC. Windows color (decimal): -1194742 or 706029. OLE color: 706029.

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

Color convert

RGB 237 197 10 -
CMYK 0 0.17 0.96 0.07
HSL 49.43º 0.92% 0.48% -
HSV(B) 49.43º 0.96% 0.93% -
XYZ 54.95 57.96 8.58 -
YUV 187.64 27.75 163.21 -
System Red Green Blue C M Y K H S L
Decimal 237 197 10 0 0.17 0.96 0.07 49.43 0.92 0.48
Hex ED C5 A 0 11 60 7 31 5C 30
Octal 355 305 12 0 21 140 7 61 134 60
Binary 11101101 11000101 1010 0 10001 1100000 111 110001 1011100 110000

Color Harmonies of #EDC50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC50A

Black with #EDC50A

Text Example


Text Example

White with #EDC50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC50A; }

 p { color: rgb(237,197,10); }

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

background-color css

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

 a { background-color: rgb(237,197,10); }

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

border-color css

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

 span { border-color: rgb(237,197,10); }

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