Html Css Color HEX #EDE301 Golden Yellow

📋 copy color: '#EDE301'

red 237 ◦ green 227 ◦ blue 1

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

Shades of Golden Yellow #EDE301

Tints of Golden Yellow #EDE301

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.82%

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

R = 50.97%
G = 48.82%
B = 0.22%

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

#EDE301 (or 0xEDE301) is known color: Golden Yellow. HEX triplet: ED, E3 and 01. RGB value is (237,227,1). Sum of RGB (Red+Green+Blue) = 237+227+1=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE301 is #121CFE. Grayscale: #CDCDCD. Windows color (decimal): -1187071 or 123885. OLE color: 123885.

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

Color convert

RGB 237 227 1 -
CMYK 0 0.04 1.00 0.07
HSL 57.46º 0.99% 0.47% -
HSV(B) 57.46º 1% 0.93% -
XYZ 62.4 72.94 10.82 -
YUV 204.23 13.31 151.38 -
System Red Green Blue C M Y K H S L
Decimal 237 227 1 0 0.04 1.00 0.07 57.46 0.99 0.47
Hex ED E3 1 0 4 64 7 39 63 2F
Octal 355 343 1 0 4 144 7 71 143 57
Binary 11101101 11100011 1 0 100 1100100 111 111001 1100011 101111

Color Harmonies of #EDE301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE301

Black with #EDE301

Text Example


Text Example

White with #EDE301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE301; }

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

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

background-color css

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

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

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

border-color css

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

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

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