Html Css Color HEX #EDC703 Golden Poppy

📋 copy color: '#EDC703'

red 237 ◦ green 199 ◦ blue 3

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

Shades of Golden Poppy #EDC703

Tints of Golden Poppy #EDC703

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

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

R = 53.99%
G = 45.33%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDC703 (or 0xEDC703) is known color: Golden Poppy. HEX triplet: ED, C7 and 03. RGB value is (237,199,3). Sum of RGB (Red+Green+Blue) = 237+199+3=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC703 is #1238FC. Grayscale: #BCBCBC. Windows color (decimal): -1194237 or 247789. OLE color: 247789.

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

Color convert

RGB 237 199 3 -
CMYK 0 0.16 0.99 0.07
HSL 50.26º 0.98% 0.47% -
HSV(B) 50.26º 0.99% 0.93% -
XYZ 55.36 58.86 8.53 -
YUV 188.02 23.59 162.94 -
System Red Green Blue C M Y K H S L
Decimal 237 199 3 0 0.16 0.99 0.07 50.26 0.98 0.47
Hex ED C7 3 0 10 63 7 32 62 2F
Octal 355 307 3 0 20 143 7 62 142 57
Binary 11101101 11000111 11 0 10000 1100011 111 110010 1100010 101111

Color Harmonies of #EDC703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC703

Black with #EDC703

Text Example


Text Example

White with #EDC703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC703; }

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

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

background-color css

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

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

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

border-color css

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

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

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