Html Css Color HEX #EDC40A Golden Poppy

📋 copy color: '#EDC40A'

red 237 ◦ green 196 ◦ blue 10

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

Shades of Golden Poppy #EDC40A

Tints of Golden Poppy #EDC40A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.24%

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

R = 53.5%
G = 44.24%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDC40A (or 0xEDC40A) is known color: Golden Poppy. HEX triplet: ED, C4 and 0A. RGB value is (237,196,10). Sum of RGB (Red+Green+Blue) = 237+196+10=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC40A is #123BF5. Grayscale: #BBBBBB. Windows color (decimal): -1194998 or 705773. OLE color: 705773.

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

Color convert

RGB 237 196 10 -
CMYK 0 0.17 0.96 0.07
HSL 49.16º 0.92% 0.48% -
HSV(B) 49.16º 0.96% 0.93% -
XYZ 54.72 57.51 8.5 -
YUV 187.06 28.08 163.62 -
System Red Green Blue C M Y K H S L
Decimal 237 196 10 0 0.17 0.96 0.07 49.16 0.92 0.48
Hex ED C4 A 0 11 60 7 31 5C 30
Octal 355 304 12 0 21 140 7 61 134 60
Binary 11101101 11000100 1010 0 10001 1100000 111 110001 1011100 110000

Color Harmonies of #EDC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC40A

Black with #EDC40A

Text Example


Text Example

White with #EDC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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