Html Css Color HEX #EBF531 Golden Fizz

📋 copy color: '#EBF531'

red 235 ◦ green 245 ◦ blue 49

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

Shades of Golden Fizz #EBF531

Tints of Golden Fizz #EBF531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.31%

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

R = 44.42%
G = 46.31%
B = 9.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#EBF531 (or 0xEBF531) is known color: Golden Fizz. HEX triplet: EB, F5 and 31. RGB value is (235,245,49). Sum of RGB (Red+Green+Blue) = 235+245+49=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF531 is #140ACE. Grayscale: #DCDCDC. Windows color (decimal): -1313487 or 3274219. OLE color: 3274219.

HSL color Cylindrical-coordinate representation of color #EBF531: hue angle of 63.06º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBF531 is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 245 49 -
CMYK 0.04 0 0.8 0.04
HSL 63.06º 0.91% 0.58% -
HSV(B) 63.06º 0.8% 0.96% -
XYZ 67.47 83.19 15.41 -
YUV 219.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 235 245 49 0.04 0 0.8 0.04 63.06 0.91 0.58
Hex EB F5 31 4 0 50 4 3F 5B 3A
Octal 353 365 61 4 0 120 4 77 133 72
Binary 11101011 11110101 110001 100 0 1010000 100 111111 1011011 111010

Color Harmonies of #EBF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF531

Black with #EBF531

Text Example


Text Example

White with #EBF531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF531; }

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

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

background-color css

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

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

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

border-color css

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

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

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