Html Css Color HEX #EDE401 Golden Yellow

📋 copy color: '#EDE401'

red 237 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #EDE401

Tints of Golden Yellow #EDE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.93%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 50.86%
G = 48.93%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDE401 (or 0xEDE401) is known color: Golden Yellow. HEX triplet: ED, E4 and 01. RGB value is (237,228,1). Sum of RGB (Red+Green+Blue) = 237+228+1=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE401 is #121BFE. Grayscale: #CDCDCD. Windows color (decimal): -1186815 or 124141. OLE color: 124141.

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

Color convert

RGB 237 228 1 -
CMYK 0 0.04 1.00 0.07
HSL 57.71º 0.99% 0.47% -
HSV(B) 57.71º 1% 0.93% -
XYZ 62.67 73.49 10.91 -
YUV 204.81 12.98 150.96 -
System Red Green Blue C M Y K H S L
Decimal 237 228 1 0 0.04 1.00 0.07 57.71 0.99 0.47
Hex ED E4 1 0 4 64 7 3A 63 2F
Octal 355 344 1 0 4 144 7 72 143 57
Binary 11101101 11100100 1 0 100 1100100 111 111010 1100011 101111

Color Harmonies of #EDE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE401

Black with #EDE401

Text Example


Text Example

White with #EDE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE401; }

 p { color: rgb(237,228,1); }

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

background-color css

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

 a { background-color: rgb(237,228,1); }

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

border-color css

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

 span { border-color: rgb(237,228,1); }

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