Html Css Color HEX #EDC903 Golden Poppy

📋 copy color: '#EDC903'

red 237 ◦ green 201 ◦ blue 3

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

Shades of Golden Poppy #EDC903

Tints of Golden Poppy #EDC903

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.58%

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

R = 53.74%
G = 45.58%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDC903 (or 0xEDC903) is known color: Golden Poppy. HEX triplet: ED, C9 and 03. RGB value is (237,201,3). Sum of RGB (Red+Green+Blue) = 237+201+3=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC903 is #1236FC. Grayscale: #BEBEBE. Windows color (decimal): -1193725 or 248301. OLE color: 248301.

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

Color convert

RGB 237 201 3 -
CMYK 0 0.15 0.99 0.07
HSL 50.77º 0.98% 0.47% -
HSV(B) 50.77º 0.99% 0.93% -
XYZ 55.83 59.78 8.68 -
YUV 189.19 22.93 162.1 -
System Red Green Blue C M Y K H S L
Decimal 237 201 3 0 0.15 0.99 0.07 50.77 0.98 0.47
Hex ED C9 3 0 F 63 7 33 62 2F
Octal 355 311 3 0 17 143 7 63 142 57
Binary 11101101 11001001 11 0 1111 1100011 111 110011 1100010 101111

Color Harmonies of #EDC903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC903

Black with #EDC903

Text Example


Text Example

White with #EDC903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC903; }

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

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

background-color css

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

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

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

border-color css

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

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

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