Html Css Color HEX #EDE72E Golden Fizz

📋 copy color: '#EDE72E'

red 237 ◦ green 231 ◦ blue 46

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

Shades of Golden Fizz #EDE72E

Tints of Golden Fizz #EDE72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.95%

R = 46.11%
G = 44.94%
B = 8.95%

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

#EDE72E (or 0xEDE72E) is known color: Golden Fizz. HEX triplet: ED, E7 and 2E. RGB value is (237,231,46). Sum of RGB (Red+Green+Blue) = 237+231+46=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE72E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE72E is #1218D1. Grayscale: #D4D4D4. Windows color (decimal): -1186002 or 3074029. OLE color: 3074029.

HSL color Cylindrical-coordinate representation of color #EDE72E: hue angle of 58.12º 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 #EDE72E is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 46 -
CMYK 0 0.03 0.81 0.07
HSL 58.12º 0.84% 0.55% -
HSV(B) 58.12º 0.81% 0.93% -
XYZ 63.99 75.35 13.76 -
YUV 211.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 237 231 46 0 0.03 0.81 0.07 58.12 0.84 0.55
Hex ED E7 2E 0 3 51 7 3A 54 37
Octal 355 347 56 0 3 121 7 72 124 67
Binary 11101101 11100111 101110 0 11 1010001 111 111010 1010100 110111

Color Harmonies of #EDE72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE72E

Black with #EDE72E

Text Example


Text Example

White with #EDE72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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