Html Css Color HEX #EDC80A Golden Poppy

📋 copy color: '#EDC80A'

red 237 ◦ green 200 ◦ blue 10

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

Shades of Golden Poppy #EDC80A

Tints of Golden Poppy #EDC80A

RGB

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

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

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

R = 53.02%
G = 44.74%
B = 2.24%

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

#EDC80A (or 0xEDC80A) is known color: Golden Poppy. HEX triplet: ED, C8 and 0A. RGB value is (237,200,10). Sum of RGB (Red+Green+Blue) = 237+200+10=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC80A is #1237F5. Grayscale: #BEBEBE. Windows color (decimal): -1193974 or 706797. OLE color: 706797.

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

Color convert

RGB 237 200 10 -
CMYK 0 0.16 0.96 0.07
HSL 50.22º 0.92% 0.48% -
HSV(B) 50.22º 0.96% 0.93% -
XYZ 55.63 59.34 8.81 -
YUV 189.4 26.76 161.95 -
System Red Green Blue C M Y K H S L
Decimal 237 200 10 0 0.16 0.96 0.07 50.22 0.92 0.48
Hex ED C8 A 0 10 60 7 32 5C 30
Octal 355 310 12 0 20 140 7 62 134 60
Binary 11101101 11001000 1010 0 10000 1100000 111 110010 1011100 110000

Color Harmonies of #EDC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC80A

Black with #EDC80A

Text Example


Text Example

White with #EDC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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