Html Css Color HEX #EDE72A Golden Fizz

📋 copy color: '#EDE72A'

red 237 ◦ green 231 ◦ blue 42

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

Shades of Golden Fizz #EDE72A

Tints of Golden Fizz #EDE72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.24%

R = 46.47%
G = 45.29%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDE72A (or 0xEDE72A) is known color: Golden Fizz. HEX triplet: ED, E7 and 2A. RGB value is (237,231,42). Sum of RGB (Red+Green+Blue) = 237+231+42=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE72A is #1218D5. Grayscale: #D4D4D4. Windows color (decimal): -1186006 or 2811885. OLE color: 2811885.

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

Color convert

RGB 237 231 42 -
CMYK 0 0.03 0.82 0.07
HSL 58.15º 0.84% 0.55% -
HSV(B) 58.15º 0.82% 0.93% -
XYZ 63.92 75.32 13.36 -
YUV 211.25 32.49 146.37 -
System Red Green Blue C M Y K H S L
Decimal 237 231 42 0 0.03 0.82 0.07 58.15 0.84 0.55
Hex ED E7 2A 0 3 52 7 3A 54 37
Octal 355 347 52 0 3 122 7 72 124 67
Binary 11101101 11100111 101010 0 11 1010010 111 111010 1010100 110111

Color Harmonies of #EDE72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE72A

Black with #EDE72A

Text Example


Text Example

White with #EDE72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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