Html Css Color HEX #EDE331 Golden Fizz

📋 copy color: '#EDE331'

red 237 ◦ green 227 ◦ blue 49

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

Shades of Golden Fizz #EDE331

Tints of Golden Fizz #EDE331

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.25%

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

R = 46.2%
G = 44.25%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDE331 (or 0xEDE331) is known color: Golden Fizz. HEX triplet: ED, E3 and 31. RGB value is (237,227,49). Sum of RGB (Red+Green+Blue) = 237+227+49=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE331 is #121CCE. Grayscale: #D2D2D2. Windows color (decimal): -1187023 or 3269613. OLE color: 3269613.

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

Color convert

RGB 237 227 49 -
CMYK 0 0.04 0.79 0.07
HSL 56.81º 0.84% 0.56% -
HSV(B) 56.81º 0.79% 0.93% -
XYZ 62.95 73.16 13.71 -
YUV 209.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 237 227 49 0 0.04 0.79 0.07 56.81 0.84 0.56
Hex ED E3 31 0 4 4F 7 39 54 38
Octal 355 343 61 0 4 117 7 71 124 70
Binary 11101101 11100011 110001 0 100 1001111 111 111001 1010100 111000

Color Harmonies of #EDE331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE331

Black with #EDE331

Text Example


Text Example

White with #EDE331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE331; }

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

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

background-color css

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

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

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

border-color css

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

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

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