Html Css Color HEX #EDC106 Golden Poppy

📋 copy color: '#EDC106'

red 237 ◦ green 193 ◦ blue 6

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

Shades of Golden Poppy #EDC106

Tints of Golden Poppy #EDC106

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 54.36%
G = 44.27%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC106 (or 0xEDC106) is known color: Golden Poppy. HEX triplet: ED, C1 and 06. RGB value is (237,193,6). Sum of RGB (Red+Green+Blue) = 237+193+6=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC106 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC106 is #123EF9. Grayscale: #B9B9B9. Windows color (decimal): -1195770 or 442861. OLE color: 442861.

HSL color Cylindrical-coordinate representation of color #EDC106: hue angle of 48.57º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDC106 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 6 -
CMYK 0 0.19 0.97 0.07
HSL 48.57º 0.95% 0.48% -
HSV(B) 48.57º 0.97% 0.93% -
XYZ 54.03 56.16 8.16 -
YUV 184.84 27.08 165.21 -
System Red Green Blue C M Y K H S L
Decimal 237 193 6 0 0.19 0.97 0.07 48.57 0.95 0.48
Hex ED C1 6 0 13 61 7 31 5F 30
Octal 355 301 6 0 23 141 7 61 137 60
Binary 11101101 11000001 110 0 10011 1100001 111 110001 1011111 110000

Color Harmonies of #EDC106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC106

Black with #EDC106

Text Example


Text Example

White with #EDC106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC106; }

 p { color: rgb(237,193,6); }

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

background-color css

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

 a { background-color: rgb(237,193,6); }

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

border-color css

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

 span { border-color: rgb(237,193,6); }

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