Html Css Color HEX #EDE503 Golden Yellow

📋 copy color: '#EDE503'

red 237 ◦ green 229 ◦ blue 3

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

Shades of Golden Yellow #EDE503

Tints of Golden Yellow #EDE503

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.83%

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

R = 50.53%
G = 48.83%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDE503 (or 0xEDE503) is known color: Golden Yellow. HEX triplet: ED, E5 and 03. RGB value is (237,229,3). Sum of RGB (Red+Green+Blue) = 237+229+3=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 3 (1.56% from 255 or 0.64% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE503 is #121AFC. Grayscale: #CECECE. Windows color (decimal): -1186557 or 255469. OLE color: 255469.

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

Color convert

RGB 237 229 3 -
CMYK 0 0.03 0.99 0.07
HSL 57.95º 0.98% 0.47% -
HSV(B) 57.95º 0.99% 0.93% -
XYZ 62.96 74.05 11.06 -
YUV 205.63 13.65 150.38 -
System Red Green Blue C M Y K H S L
Decimal 237 229 3 0 0.03 0.99 0.07 57.95 0.98 0.47
Hex ED E5 3 0 3 63 7 3A 62 2F
Octal 355 345 3 0 3 143 7 72 142 57
Binary 11101101 11100101 11 0 11 1100011 111 111010 1100010 101111

Color Harmonies of #EDE503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE503

Black with #EDE503

Text Example


Text Example

White with #EDE503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE503; }

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

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

background-color css

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

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

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

border-color css

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

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

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