Html Css Color HEX #EDC906 Golden Poppy

📋 copy color: '#EDC906'

red 237 ◦ green 201 ◦ blue 6

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

Shades of Golden Poppy #EDC906

Tints of Golden Poppy #EDC906

RGB

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

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

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

R = 53.38%
G = 45.27%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDC906 (or 0xEDC906) is known color: Golden Poppy. HEX triplet: ED, C9 and 06. RGB value is (237,201,6). Sum of RGB (Red+Green+Blue) = 237+201+6=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC906 is #1236F9. Grayscale: #BEBEBE. Windows color (decimal): -1193722 or 444909. OLE color: 444909.

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

Color convert

RGB 237 201 6 -
CMYK 0 0.15 0.97 0.07
HSL 50.65º 0.95% 0.48% -
HSV(B) 50.65º 0.97% 0.93% -
XYZ 55.84 59.79 8.77 -
YUV 189.53 24.43 161.86 -
System Red Green Blue C M Y K H S L
Decimal 237 201 6 0 0.15 0.97 0.07 50.65 0.95 0.48
Hex ED C9 6 0 F 61 7 33 5F 30
Octal 355 311 6 0 17 141 7 63 137 60
Binary 11101101 11001001 110 0 1111 1100001 111 110011 1011111 110000

Color Harmonies of #EDC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC906

Black with #EDC906

Text Example


Text Example

White with #EDC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC906; }

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

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

background-color css

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

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

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

border-color css

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

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

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