Html Css Color HEX #EDC301 Golden Poppy

📋 copy color: '#EDC301'

red 237 ◦ green 195 ◦ blue 1

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

Shades of Golden Poppy #EDC301

Tints of Golden Poppy #EDC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.73%
G = 45.03%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDC301 (or 0xEDC301) is known color: Golden Poppy. HEX triplet: ED, C3 and 01. RGB value is (237,195,1). Sum of RGB (Red+Green+Blue) = 237+195+1=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC301 is #123CFE. Grayscale: #BABABA. Windows color (decimal): -1195263 or 115693. OLE color: 115693.

HSL color Cylindrical-coordinate representation of color #EDC301: hue angle of 49.32º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDC301 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 1 -
CMYK 0 0.18 1.00 0.07
HSL 49.32º 0.99% 0.47% -
HSV(B) 49.32º 1% 0.93% -
XYZ 54.45 57.04 8.17 -
YUV 185.44 23.91 164.77 -
System Red Green Blue C M Y K H S L
Decimal 237 195 1 0 0.18 1.00 0.07 49.32 0.99 0.47
Hex ED C3 1 0 12 64 7 31 63 2F
Octal 355 303 1 0 22 144 7 61 143 57
Binary 11101101 11000011 1 0 10010 1100100 111 110001 1100011 101111

Color Harmonies of #EDC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC301

Black with #EDC301

Text Example


Text Example

White with #EDC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC301; }

 p { color: rgb(237,195,1); }

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

background-color css

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

 a { background-color: rgb(237,195,1); }

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

border-color css

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

 span { border-color: rgb(237,195,1); }

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