Html Css Color HEX #EDC70A Golden Poppy

📋 copy color: '#EDC70A'

red 237 ◦ green 199 ◦ blue 10

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

Shades of Golden Poppy #EDC70A

Tints of Golden Poppy #EDC70A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.62%

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

R = 53.14%
G = 44.62%
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

#EDC70A (or 0xEDC70A) is known color: Golden Poppy. HEX triplet: ED, C7 and 0A. RGB value is (237,199,10). Sum of RGB (Red+Green+Blue) = 237+199+10=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC70A is #1238F5. Grayscale: #BDBDBD. Windows color (decimal): -1194230 or 706541. OLE color: 706541.

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

Color convert

RGB 237 199 10 -
CMYK 0 0.16 0.96 0.07
HSL 49.96º 0.92% 0.48% -
HSV(B) 49.96º 0.96% 0.93% -
XYZ 55.4 58.87 8.73 -
YUV 188.82 27.09 162.37 -
System Red Green Blue C M Y K H S L
Decimal 237 199 10 0 0.16 0.96 0.07 49.96 0.92 0.48
Hex ED C7 A 0 10 60 7 32 5C 30
Octal 355 307 12 0 20 140 7 62 134 60
Binary 11101101 11000111 1010 0 10000 1100000 111 110010 1011100 110000

Color Harmonies of #EDC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC70A

Black with #EDC70A

Text Example


Text Example

White with #EDC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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