Html Css Color HEX #EDE300 Golden Yellow

📋 copy color: '#EDE300'

red 237 ◦ green 227 ◦ blue 0

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

Shades of Golden Yellow #EDE300

Tints of Golden Yellow #EDE300

RGB

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

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

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

R = 51.08%
G = 48.92%
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

#EDE300 (or 0xEDE300) is known color: Golden Yellow. HEX triplet: ED, E3 and 00. RGB value is (237,227,0). Sum of RGB (Red+Green+Blue) = 237+227+0=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE300 is #121CFF. Grayscale: #CDCDCD. Windows color (decimal): -1187072 or 58349. OLE color: 58349.

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

Color convert

RGB 237 227 0 -
CMYK 0 0.04 1 0.07
HSL 57.47º 1% 0.46% -
HSV(B) 57.47º 1% 0.93% -
XYZ 62.39 72.94 10.79 -
YUV 204.11 12.81 151.46 -
System Red Green Blue C M Y K H S L
Decimal 237 227 0 0 0.04 1 0.07 57.47 1 0.46
Hex ED E3 0 0 4 64 7 39 64 2E
Octal 355 343 0 0 4 144 7 71 144 56
Binary 11101101 11100011 0 0 100 1100100 111 111001 1100100 101110

Color Harmonies of #EDE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE300

Black with #EDE300

Text Example


Text Example

White with #EDE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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