Html Css Color HEX #EDE200 Golden Yellow

📋 copy color: '#EDE200'

red 237 ◦ green 226 ◦ blue 0

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

Shades of Golden Yellow #EDE200

Tints of Golden Yellow #EDE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.81%

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

R = 51.19%
G = 48.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDE200 (or 0xEDE200) is known color: Golden Yellow. HEX triplet: ED, E2 and 00. RGB value is (237,226,0). Sum of RGB (Red+Green+Blue) = 237+226+0=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE200 is #121DFF. Grayscale: #CCCCCC. Windows color (decimal): -1187328 or 58093. OLE color: 58093.

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

Color convert

RGB 237 226 0 -
CMYK 0 0.05 1 0.07
HSL 57.22º 1% 0.46% -
HSV(B) 57.22º 1% 0.93% -
XYZ 62.12 72.4 10.7 -
YUV 203.53 13.14 151.88 -
System Red Green Blue C M Y K H S L
Decimal 237 226 0 0 0.05 1 0.07 57.22 1 0.46
Hex ED E2 0 0 5 64 7 39 64 2E
Octal 355 342 0 0 5 144 7 71 144 56
Binary 11101101 11100010 0 0 101 1100100 111 111001 1100100 101110

Color Harmonies of #EDE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE200

Black with #EDE200

Text Example


Text Example

White with #EDE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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