Html Css Color HEX #EDC90A Golden Poppy

📋 copy color: '#EDC90A'

red 237 ◦ green 201 ◦ blue 10

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

Shades of Golden Poppy #EDC90A

Tints of Golden Poppy #EDC90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

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

R = 52.9%
G = 44.87%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDC90A (or 0xEDC90A) is known color: Golden Poppy. HEX triplet: ED, C9 and 0A. RGB value is (237,201,10). Sum of RGB (Red+Green+Blue) = 237+201+10=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC90A is #1236F5. Grayscale: #BEBEBE. Windows color (decimal): -1193718 or 707053. OLE color: 707053.

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

Color convert

RGB 237 201 10 -
CMYK 0 0.15 0.96 0.07
HSL 50.48º 0.92% 0.48% -
HSV(B) 50.48º 0.96% 0.93% -
XYZ 55.87 59.8 8.89 -
YUV 189.99 26.43 161.53 -
System Red Green Blue C M Y K H S L
Decimal 237 201 10 0 0.15 0.96 0.07 50.48 0.92 0.48
Hex ED C9 A 0 F 60 7 32 5C 30
Octal 355 311 12 0 17 140 7 62 134 60
Binary 11101101 11001001 1010 0 1111 1100000 111 110010 1011100 110000

Color Harmonies of #EDC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC90A

Black with #EDC90A

Text Example


Text Example

White with #EDC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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