Html Css Color HEX #EDC40C Golden Poppy

📋 copy color: '#EDC40C'

red 237 ◦ green 196 ◦ blue 12

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

Shades of Golden Poppy #EDC40C

Tints of Golden Poppy #EDC40C

RGB

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

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

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

R = 53.26%
G = 44.04%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDC40C (or 0xEDC40C) is known color: Golden Poppy. HEX triplet: ED, C4 and 0C. RGB value is (237,196,12). Sum of RGB (Red+Green+Blue) = 237+196+12=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC40C is #123BF3. Grayscale: #BCBCBC. Windows color (decimal): -1194996 or 836845. OLE color: 836845.

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

Color convert

RGB 237 196 12 -
CMYK 0 0.17 0.95 0.07
HSL 49.07º 0.9% 0.49% -
HSV(B) 49.07º 0.95% 0.93% -
XYZ 54.73 57.51 8.56 -
YUV 187.28 29.08 163.46 -
System Red Green Blue C M Y K H S L
Decimal 237 196 12 0 0.17 0.95 0.07 49.07 0.9 0.49
Hex ED C4 C 0 11 5F 7 31 5A 31
Octal 355 304 14 0 21 137 7 61 132 61
Binary 11101101 11000100 1100 0 10001 1011111 111 110001 1011010 110001

Color Harmonies of #EDC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC40C

Black with #EDC40C

Text Example


Text Example

White with #EDC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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