Html Css Color HEX #EDE731 Golden Fizz

📋 copy color: '#EDE731'

red 237 ◦ green 231 ◦ blue 49

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

Shades of Golden Fizz #EDE731

Tints of Golden Fizz #EDE731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.48%

R = 45.84%
G = 44.68%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDE731 (or 0xEDE731) is known color: Golden Fizz. HEX triplet: ED, E7 and 31. RGB value is (237,231,49). Sum of RGB (Red+Green+Blue) = 237+231+49=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE731 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE731 is #1218CE. Grayscale: #D4D4D4. Windows color (decimal): -1185999 or 3270637. OLE color: 3270637.

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

Color convert

RGB 237 231 49 -
CMYK 0 0.03 0.79 0.07
HSL 58.09º 0.84% 0.56% -
HSV(B) 58.09º 0.79% 0.93% -
XYZ 64.06 75.38 14.08 -
YUV 212.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 237 231 49 0 0.03 0.79 0.07 58.09 0.84 0.56
Hex ED E7 31 0 3 4F 7 3A 54 38
Octal 355 347 61 0 3 117 7 72 124 70
Binary 11101101 11100111 110001 0 11 1001111 111 111010 1010100 111000

Color Harmonies of #EDE731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE731

Black with #EDE731

Text Example


Text Example

White with #EDE731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE731; }

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

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

background-color css

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

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

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

border-color css

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

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

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