Html Css Color HEX #EDC304 Golden Poppy

📋 copy color: '#EDC304'

red 237 ◦ green 195 ◦ blue 4

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

Shades of Golden Poppy #EDC304

Tints of Golden Poppy #EDC304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 54.36%
G = 44.72%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDC304 (or 0xEDC304) is known color: Golden Poppy. HEX triplet: ED, C3 and 04. RGB value is (237,195,4). Sum of RGB (Red+Green+Blue) = 237+195+4=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC304 is #123CFB. Grayscale: #BABABA. Windows color (decimal): -1195260 or 312301. OLE color: 312301.

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

Color convert

RGB 237 195 4 -
CMYK 0 0.18 0.98 0.07
HSL 49.18º 0.97% 0.47% -
HSV(B) 49.18º 0.98% 0.93% -
XYZ 54.46 57.04 8.25 -
YUV 185.78 25.41 164.53 -
System Red Green Blue C M Y K H S L
Decimal 237 195 4 0 0.18 0.98 0.07 49.18 0.97 0.47
Hex ED C3 4 0 12 62 7 31 61 2F
Octal 355 303 4 0 22 142 7 61 141 57
Binary 11101101 11000011 100 0 10010 1100010 111 110001 1100001 101111

Color Harmonies of #EDC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC304

Black with #EDC304

Text Example


Text Example

White with #EDC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC304; }

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

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

background-color css

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

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

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

border-color css

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

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

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