Html Css Color HEX #EDC400 Golden Poppy

📋 copy color: '#EDC400'

red 237 ◦ green 196 ◦ blue 0

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

Shades of Golden Poppy #EDC400

Tints of Golden Poppy #EDC400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.73%
G = 45.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDC400 (or 0xEDC400) is known color: Golden Poppy. HEX triplet: ED, C4 and 00. RGB value is (237,196,0). Sum of RGB (Red+Green+Blue) = 237+196+0=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC400 is #123BFF. Grayscale: #BABABA. Windows color (decimal): -1195008 or 50413. OLE color: 50413.

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

Color convert

RGB 237 196 0 -
CMYK 0 0.17 1 0.07
HSL 49.62º 1% 0.46% -
HSV(B) 49.62º 1% 0.93% -
XYZ 54.66 57.48 8.21 -
YUV 185.92 23.08 164.44 -
System Red Green Blue C M Y K H S L
Decimal 237 196 0 0 0.17 1 0.07 49.62 1 0.46
Hex ED C4 0 0 11 64 7 32 64 2E
Octal 355 304 0 0 21 144 7 62 144 56
Binary 11101101 11000100 0 0 10001 1100100 111 110010 1100100 101110

Color Harmonies of #EDC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC400

Black with #EDC400

Text Example


Text Example

White with #EDC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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