Html Css Color HEX #EDC60C Golden Poppy

📋 copy color: '#EDC60C'

red 237 ◦ green 198 ◦ blue 12

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

Shades of Golden Poppy #EDC60C

Tints of Golden Poppy #EDC60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 53.02%
G = 44.3%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDC60C (or 0xEDC60C) is known color: Golden Poppy. HEX triplet: ED, C6 and 0C. RGB value is (237,198,12). Sum of RGB (Red+Green+Blue) = 237+198+12=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC60C is #1239F3. Grayscale: #BDBDBD. Windows color (decimal): -1194484 or 837357. OLE color: 837357.

HSL color Cylindrical-coordinate representation of color #EDC60C: hue angle of 49.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC60C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 12 -
CMYK 0 0.16 0.95 0.07
HSL 49.6º 0.9% 0.49% -
HSV(B) 49.6º 0.95% 0.93% -
XYZ 55.19 58.42 8.72 -
YUV 188.46 28.42 162.62 -
System Red Green Blue C M Y K H S L
Decimal 237 198 12 0 0.16 0.95 0.07 49.6 0.9 0.49
Hex ED C6 C 0 10 5F 7 32 5A 31
Octal 355 306 14 0 20 137 7 62 132 61
Binary 11101101 11000110 1100 0 10000 1011111 111 110010 1011010 110001

Color Harmonies of #EDC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC60C

Black with #EDC60C

Text Example


Text Example

White with #EDC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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