Html Css Color HEX #EBF032 Golden Fizz

📋 copy color: '#EBF032'

red 235 ◦ green 240 ◦ blue 50

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

Shades of Golden Fizz #EBF032

Tints of Golden Fizz #EBF032

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

 BLUE value IS 50 (19.92% from 255) = 9.52%

R = 44.76%
G = 45.71%
B = 9.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EBF032 (or 0xEBF032) is known color: Golden Fizz. HEX triplet: EB, F0 and 32. RGB value is (235,240,50). Sum of RGB (Red+Green+Blue) = 235+240+50=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF032 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF032 is #140FCD. Grayscale: #D9D9D9. Windows color (decimal): -1314766 or 3338475. OLE color: 3338475.

HSL color Cylindrical-coordinate representation of color #EBF032: hue angle of 61.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBF032 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 50 -
CMYK 0.02 0 0.79 0.06
HSL 61.58º 0.86% 0.57% -
HSV(B) 61.58º 0.79% 0.94% -
XYZ 66 80.21 15.02 -
YUV 216.85 33.84 140.95 -
System Red Green Blue C M Y K H S L
Decimal 235 240 50 0.02 0 0.79 0.06 61.58 0.86 0.57
Hex EB F0 32 2 0 4F 6 3E 56 39
Octal 353 360 62 2 0 117 6 76 126 71
Binary 11101011 11110000 110010 10 0 1001111 110 111110 1010110 111001

Color Harmonies of #EBF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF032

Black with #EBF032

Text Example


Text Example

White with #EBF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF032; }

 p { color: rgb(235,240,50); }

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

background-color css

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

 a { background-color: rgb(235,240,50); }

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

border-color css

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

 span { border-color: rgb(235,240,50); }

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