Html Css Color HEX #EBED31 Golden Fizz

📋 copy color: '#EBED31'

red 235 ◦ green 237 ◦ blue 49

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

Shades of Golden Fizz #EBED31

Tints of Golden Fizz #EBED31

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 235 237 49 -
CMYK 0.01 0 0.79 0.07
HSL 60.64º 0.84% 0.56% -
HSV(B) 60.64º 0.79% 0.93% -
XYZ 65.1 78.45 14.62 -
YUV 214.97 34.34 142.29 -
System Red Green Blue C M Y K H S L
Decimal 235 237 49 0.01 0 0.79 0.07 60.64 0.84 0.56
Hex EB ED 31 1 0 4F 7 3D 54 38
Octal 353 355 61 1 0 117 7 75 124 70
Binary 11101011 11101101 110001 1 0 1001111 111 111101 1010100 111000

Color Harmonies of #EBED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED31

Black with #EBED31

Text Example


Text Example

White with #EBED31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED31; }

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

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

background-color css

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

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

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

border-color css

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

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

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