Html Css Color HEX #EDE11F Golden Fizz

📋 copy color: '#EDE11F'

red 237 ◦ green 225 ◦ blue 31

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

Shades of Golden Fizz #EDE11F

Tints of Golden Fizz #EDE11F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

 BLUE value IS 31 (12.5% from 255) = 6.29%

R = 48.07%
G = 45.64%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDE11F (or 0xEDE11F) is known color: Golden Fizz. HEX triplet: ED, E1 and 1F. RGB value is (237,225,31). Sum of RGB (Red+Green+Blue) = 237+225+31=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 31 (12.5% from 255 or 6.29% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE11F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE11F is #121EE0. Grayscale: #CFCFCF. Windows color (decimal): -1187553 or 2089453. OLE color: 2089453.

HSL color Cylindrical-coordinate representation of color #EDE11F: hue angle of 56.5º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDE11F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 31 -
CMYK 0 0.05 0.87 0.07
HSL 56.5º 0.85% 0.53% -
HSV(B) 56.5º 0.87% 0.93% -
XYZ 62.1 71.95 11.91 -
YUV 206.47 28.98 149.77 -
System Red Green Blue C M Y K H S L
Decimal 237 225 31 0 0.05 0.87 0.07 56.5 0.85 0.53
Hex ED E1 1F 0 5 57 7 39 55 35
Octal 355 341 37 0 5 127 7 71 125 65
Binary 11101101 11100001 11111 0 101 1010111 111 111001 1010101 110101

Color Harmonies of #EDE11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE11F

Black with #EDE11F

Text Example


Text Example

White with #EDE11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE11F; }

 p { color: rgb(237,225,31); }

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

background-color css

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

 a { background-color: rgb(237,225,31); }

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

border-color css

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

 span { border-color: rgb(237,225,31); }

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