Html Css Color HEX #EDE900 Golden Yellow

📋 copy color: '#EDE900'

red 237 ◦ green 233 ◦ blue 0

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

Shades of Golden Yellow #EDE900

Tints of Golden Yellow #EDE900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.57%

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

R = 50.43%
G = 49.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDE900 (or 0xEDE900) is known color: Golden Yellow. HEX triplet: ED, E9 and 00. RGB value is (237,233,0). Sum of RGB (Red+Green+Blue) = 237+233+0=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE900 is #1216FF. Grayscale: #D0D0D0. Windows color (decimal): -1185536 or 59885. OLE color: 59885.

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

Color convert

RGB 237 233 0 -
CMYK 0 0.02 1 0.07
HSL 58.99º 1% 0.46% -
HSV(B) 58.99º 1% 0.93% -
XYZ 64.06 76.28 11.35 -
YUV 207.63 10.83 148.95 -
System Red Green Blue C M Y K H S L
Decimal 237 233 0 0 0.02 1 0.07 58.99 1 0.46
Hex ED E9 0 0 2 64 7 3B 64 2E
Octal 355 351 0 0 2 144 7 73 144 56
Binary 11101101 11101001 0 0 10 1100100 111 111011 1100100 101110

Color Harmonies of #EDE900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE900

Black with #EDE900

Text Example


Text Example

White with #EDE900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE900; }

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

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

background-color css

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

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

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

border-color css

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

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

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