Html Css Color HEX #EDE72F Golden Fizz

📋 copy color: '#EDE72F'

red 237 ◦ green 231 ◦ blue 47

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

Shades of Golden Fizz #EDE72F

Tints of Golden Fizz #EDE72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.13%

R = 46.02%
G = 44.85%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDE72F (or 0xEDE72F) is known color: Golden Fizz. HEX triplet: ED, E7 and 2F. RGB value is (237,231,47). Sum of RGB (Red+Green+Blue) = 237+231+47=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 47 (18.75% from 255 or 9.13% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE72F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE72F is #1218D0. Grayscale: #D4D4D4. Windows color (decimal): -1186001 or 3139565. OLE color: 3139565.

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

Color convert

RGB 237 231 47 -
CMYK 0 0.03 0.80 0.07
HSL 58.11º 0.84% 0.56% -
HSV(B) 58.11º 0.8% 0.93% -
XYZ 64.01 75.36 13.86 -
YUV 211.82 34.99 145.96 -
System Red Green Blue C M Y K H S L
Decimal 237 231 47 0 0.03 0.80 0.07 58.11 0.84 0.56
Hex ED E7 2F 0 3 50 7 3A 54 38
Octal 355 347 57 0 3 120 7 72 124 70
Binary 11101101 11100111 101111 0 11 1010000 111 111010 1010100 111000

Color Harmonies of #EDE72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE72F

Black with #EDE72F

Text Example


Text Example

White with #EDE72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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