Html Css Color HEX #EDC60A Golden Poppy

📋 copy color: '#EDC60A'

red 237 ◦ green 198 ◦ blue 10

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

Shades of Golden Poppy #EDC60A

Tints of Golden Poppy #EDC60A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

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

R = 53.26%
G = 44.49%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDC60A (or 0xEDC60A) is known color: Golden Poppy. HEX triplet: ED, C6 and 0A. RGB value is (237,198,10). Sum of RGB (Red+Green+Blue) = 237+198+10=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC60A is #1239F5. Grayscale: #BDBDBD. Windows color (decimal): -1194486 or 706285. OLE color: 706285.

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

Color convert

RGB 237 198 10 -
CMYK 0 0.16 0.96 0.07
HSL 49.69º 0.92% 0.48% -
HSV(B) 49.69º 0.96% 0.93% -
XYZ 55.17 58.41 8.65 -
YUV 188.23 27.42 162.79 -
System Red Green Blue C M Y K H S L
Decimal 237 198 10 0 0.16 0.96 0.07 49.69 0.92 0.48
Hex ED C6 A 0 10 60 7 32 5C 30
Octal 355 306 12 0 20 140 7 62 134 60
Binary 11101101 11000110 1010 0 10000 1100000 111 110010 1011100 110000

Color Harmonies of #EDC60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC60A

Black with #EDC60A

Text Example


Text Example

White with #EDC60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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