Html Css Color HEX #EDEB31 Golden Fizz

📋 copy color: '#EDEB31'

red 237 ◦ green 235 ◦ blue 49

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

Shades of Golden Fizz #EDEB31

Tints of Golden Fizz #EDEB31

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

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

R = 45.49%
G = 45.11%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDEB31 (or 0xEDEB31) is known color: Golden Fizz. HEX triplet: ED, EB and 31. RGB value is (237,235,49). Sum of RGB (Red+Green+Blue) = 237+235+49=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 49 (19.53% from 255 or 9.40% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB31 is #1214CE. Grayscale: #D7D7D7. Windows color (decimal): -1184975 or 3271661. OLE color: 3271661.

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

Color convert

RGB 237 235 49 -
CMYK 0 0.01 0.79 0.07
HSL 59.36º 0.84% 0.56% -
HSV(B) 59.36º 0.79% 0.93% -
XYZ 65.19 77.64 14.46 -
YUV 214.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 237 235 49 0 0.01 0.79 0.07 59.36 0.84 0.56
Hex ED EB 31 0 1 4F 7 3B 54 38
Octal 355 353 61 0 1 117 7 73 124 70
Binary 11101101 11101011 110001 0 1 1001111 111 111011 1010100 111000

Color Harmonies of #EDEB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB31

Black with #EDEB31

Text Example


Text Example

White with #EDEB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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