Html Css Color HEX #EDE400 Golden Yellow

📋 copy color: '#EDE400'

red 237 ◦ green 228 ◦ blue 0

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

Shades of Golden Yellow #EDE400

Tints of Golden Yellow #EDE400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.97%
G = 49.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDE400 (or 0xEDE400) is known color: Golden Yellow. HEX triplet: ED, E4 and 00. RGB value is (237,228,0). Sum of RGB (Red+Green+Blue) = 237+228+0=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE400 is #121BFF. Grayscale: #CDCDCD. Windows color (decimal): -1186816 or 58605. OLE color: 58605.

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

Color convert

RGB 237 228 0 -
CMYK 0 0.04 1 0.07
HSL 57.72º 1% 0.46% -
HSV(B) 57.72º 1% 0.93% -
XYZ 62.67 73.49 10.88 -
YUV 204.7 12.48 151.04 -
System Red Green Blue C M Y K H S L
Decimal 237 228 0 0 0.04 1 0.07 57.72 1 0.46
Hex ED E4 0 0 4 64 7 3A 64 2E
Octal 355 344 0 0 4 144 7 72 144 56
Binary 11101101 11100100 0 0 100 1100100 111 111010 1100100 101110

Color Harmonies of #EDE400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE400

Black with #EDE400

Text Example


Text Example

White with #EDE400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE400; }

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

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

background-color css

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

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

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

border-color css

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

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

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