Html Css Color HEX #EDC403 Golden Poppy

📋 copy color: '#EDC403'

red 237 ◦ green 196 ◦ blue 3

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

Shades of Golden Poppy #EDC403

Tints of Golden Poppy #EDC403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 54.36%
G = 44.95%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDC403 (or 0xEDC403) is known color: Golden Poppy. HEX triplet: ED, C4 and 03. RGB value is (237,196,3). Sum of RGB (Red+Green+Blue) = 237+196+3=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC403 is #123BFC. Grayscale: #BBBBBB. Windows color (decimal): -1195005 or 247021. OLE color: 247021.

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

Color convert

RGB 237 196 3 -
CMYK 0 0.17 0.99 0.07
HSL 49.49º 0.98% 0.47% -
HSV(B) 49.49º 0.99% 0.93% -
XYZ 54.68 57.49 8.3 -
YUV 186.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 237 196 3 0 0.17 0.99 0.07 49.49 0.98 0.47
Hex ED C4 3 0 11 63 7 31 62 2F
Octal 355 304 3 0 21 143 7 61 142 57
Binary 11101101 11000100 11 0 10001 1100011 111 110001 1100010 101111

Color Harmonies of #EDC403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC403

Black with #EDC403

Text Example


Text Example

White with #EDC403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC403; }

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

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

background-color css

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

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

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

border-color css

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

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

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