Html Css Color HEX #EDC80C Golden Poppy

📋 copy color: '#EDC80C'

red 237 ◦ green 200 ◦ blue 12

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

Shades of Golden Poppy #EDC80C

Tints of Golden Poppy #EDC80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.54%

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

R = 52.78%
G = 44.54%
B = 2.67%

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

#EDC80C (or 0xEDC80C) is known color: Golden Poppy. HEX triplet: ED, C8 and 0C. RGB value is (237,200,12). Sum of RGB (Red+Green+Blue) = 237+200+12=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC80C is #1237F3. Grayscale: #BEBEBE. Windows color (decimal): -1193972 or 837869. OLE color: 837869.

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

Color convert

RGB 237 200 12 -
CMYK 0 0.16 0.95 0.07
HSL 50.13º 0.9% 0.49% -
HSV(B) 50.13º 0.95% 0.93% -
XYZ 55.65 59.34 8.87 -
YUV 189.63 27.76 161.79 -
System Red Green Blue C M Y K H S L
Decimal 237 200 12 0 0.16 0.95 0.07 50.13 0.9 0.49
Hex ED C8 C 0 10 5F 7 32 5A 31
Octal 355 310 14 0 20 137 7 62 132 61
Binary 11101101 11001000 1100 0 10000 1011111 111 110010 1011010 110001

Color Harmonies of #EDC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC80C

Black with #EDC80C

Text Example


Text Example

White with #EDC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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