Html Css Color HEX #EDE700 Golden Yellow

📋 copy color: '#EDE700'

red 237 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #EDE700

Tints of Golden Yellow #EDE700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.36%

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

R = 50.64%
G = 49.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDE700 (or 0xEDE700) is known color: Golden Yellow. HEX triplet: ED, E7 and 00. RGB value is (237,231,0). Sum of RGB (Red+Green+Blue) = 237+231+0=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE700 is #1218FF. Grayscale: #CFCFCF. Windows color (decimal): -1186048 or 59373. OLE color: 59373.

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

Color convert

RGB 237 231 0 -
CMYK 0 0.03 1 0.07
HSL 58.48º 1% 0.46% -
HSV(B) 58.48º 1% 0.93% -
XYZ 63.5 75.16 11.16 -
YUV 206.46 11.49 149.78 -
System Red Green Blue C M Y K H S L
Decimal 237 231 0 0 0.03 1 0.07 58.48 1 0.46
Hex ED E7 0 0 3 64 7 3A 64 2E
Octal 355 347 0 0 3 144 7 72 144 56
Binary 11101101 11100111 0 0 11 1100100 111 111010 1100100 101110

Color Harmonies of #EDE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE700

Black with #EDE700

Text Example


Text Example

White with #EDE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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