Html Css Color HEX #EBF031 Golden Fizz

📋 copy color: '#EBF031'

red 235 ◦ green 240 ◦ blue 49

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

Shades of Golden Fizz #EBF031

Tints of Golden Fizz #EBF031

RGB

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

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

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

R = 44.85%
G = 45.8%
B = 9.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EBF031 (or 0xEBF031) is known color: Golden Fizz. HEX triplet: EB, F0 and 31. RGB value is (235,240,49). Sum of RGB (Red+Green+Blue) = 235+240+49=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF031 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF031 is #140FCE. Grayscale: #D9D9D9. Windows color (decimal): -1314767 or 3272939. OLE color: 3272939.

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

Color convert

RGB 235 240 49 -
CMYK 0.02 0 0.80 0.06
HSL 61.57º 0.86% 0.57% -
HSV(B) 61.57º 0.8% 0.94% -
XYZ 65.98 80.2 14.91 -
YUV 216.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 235 240 49 0.02 0 0.80 0.06 61.57 0.86 0.57
Hex EB F0 31 2 0 50 6 3E 56 39
Octal 353 360 61 2 0 120 6 76 126 71
Binary 11101011 11110000 110001 10 0 1010000 110 111110 1010110 111001

Color Harmonies of #EBF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF031

Black with #EBF031

Text Example


Text Example

White with #EBF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF031; }

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

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

background-color css

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

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

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

border-color css

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

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

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