Html Css Color HEX #EDC601 Golden Poppy

📋 copy color: '#EDC601'

red 237 ◦ green 198 ◦ blue 1

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

Shades of Golden Poppy #EDC601

Tints of Golden Poppy #EDC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

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

R = 54.36%
G = 45.41%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDC601 (or 0xEDC601) is known color: Golden Poppy. HEX triplet: ED, C6 and 01. RGB value is (237,198,1). Sum of RGB (Red+Green+Blue) = 237+198+1=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC601 is #1239FE. Grayscale: #BCBCBC. Windows color (decimal): -1194495 or 116461. OLE color: 116461.

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

Color convert

RGB 237 198 1 -
CMYK 0 0.16 1.00 0.07
HSL 50.08º 0.99% 0.47% -
HSV(B) 50.08º 1% 0.93% -
XYZ 55.12 58.39 8.39 -
YUV 187.2 22.92 163.52 -
System Red Green Blue C M Y K H S L
Decimal 237 198 1 0 0.16 1.00 0.07 50.08 0.99 0.47
Hex ED C6 1 0 10 64 7 32 63 2F
Octal 355 306 1 0 20 144 7 62 143 57
Binary 11101101 11000110 1 0 10000 1100100 111 110010 1100011 101111

Color Harmonies of #EDC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC601

Black with #EDC601

Text Example


Text Example

White with #EDC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC601; }

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

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

background-color css

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

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

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

border-color css

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

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

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