Html Css Color HEX #EDE72C Golden Fizz

📋 copy color: '#EDE72C'

red 237 ◦ green 231 ◦ blue 44

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

Shades of Golden Fizz #EDE72C

Tints of Golden Fizz #EDE72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.59%

R = 46.29%
G = 45.12%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDE72C (or 0xEDE72C) is known color: Golden Fizz. HEX triplet: ED, E7 and 2C. RGB value is (237,231,44). Sum of RGB (Red+Green+Blue) = 237+231+44=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE72C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE72C is #1218D3. Grayscale: #D4D4D4. Windows color (decimal): -1186004 or 2942957. OLE color: 2942957.

HSL color Cylindrical-coordinate representation of color #EDE72C: hue angle of 58.13º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDE72C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 44 -
CMYK 0 0.03 0.81 0.07
HSL 58.13º 0.84% 0.55% -
HSV(B) 58.13º 0.81% 0.93% -
XYZ 63.96 75.34 13.55 -
YUV 211.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 237 231 44 0 0.03 0.81 0.07 58.13 0.84 0.55
Hex ED E7 2C 0 3 51 7 3A 54 37
Octal 355 347 54 0 3 121 7 72 124 67
Binary 11101101 11100111 101100 0 11 1010001 111 111010 1010100 110111

Color Harmonies of #EDE72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE72C

Black with #EDE72C

Text Example


Text Example

White with #EDE72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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