Html Css Color HEX #EDE139 Golden Fizz

📋 copy color: '#EDE139'

red 237 ◦ green 225 ◦ blue 57

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

Shades of Golden Fizz #EDE139

Tints of Golden Fizz #EDE139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 10.98%

R = 45.66%
G = 43.35%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDE139 (or 0xEDE139) is known color: Golden Fizz. HEX triplet: ED, E1 and 39. RGB value is (237,225,57). Sum of RGB (Red+Green+Blue) = 237+225+57=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 57 (22.66% from 255 or 10.98% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE139 is #121EC6. Grayscale: #D2D2D2. Windows color (decimal): -1187527 or 3793389. OLE color: 3793389.

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

Color convert

RGB 237 225 57 -
CMYK 0 0.05 0.76 0.07
HSL 56º 0.83% 0.58% -
HSV(B) 56º 0.76% 0.93% -
XYZ 62.59 72.15 14.5 -
YUV 209.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 237 225 57 0 0.05 0.76 0.07 56 0.83 0.58
Hex ED E1 39 0 5 4C 7 38 53 3A
Octal 355 341 71 0 5 114 7 70 123 72
Binary 11101101 11100001 111001 0 101 1001100 111 111000 1010011 111010

Color Harmonies of #EDE139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE139

Black with #EDE139

Text Example


Text Example

White with #EDE139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE139; }

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

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

background-color css

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

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

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

border-color css

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

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

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