Html Css Color HEX #EBFC30 Golden Fizz

📋 copy color: '#EBFC30'

red 235 ◦ green 252 ◦ blue 48

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

Shades of Golden Fizz #EBFC30

Tints of Golden Fizz #EBFC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.1%

 BLUE value IS 48 (19.14% from 255) = 8.97%

R = 43.93%
G = 47.1%
B = 8.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#EBFC30 (or 0xEBFC30) is known color: Golden Fizz. HEX triplet: EB, FC and 30. RGB value is (235,252,48). Sum of RGB (Red+Green+Blue) = 235+252+48=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 48 (19.14% from 255 or 8.97% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFC30 is #1403CF. Grayscale: #E0E0E0. Windows color (decimal): -1311696 or 3210475. OLE color: 3210475.

HSL color Cylindrical-coordinate representation of color #EBFC30: hue angle of 65º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBFC30 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 252 48 -
CMYK 0.07 0 0.81 0.01
HSL 65º 0.97% 0.59% -
HSV(B) 65º 0.81% 0.99% -
XYZ 69.6 87.5 16.02 -
YUV 223.66 28.87 136.09 -
System Red Green Blue C M Y K H S L
Decimal 235 252 48 0.07 0 0.81 0.01 65 0.97 0.59
Hex EB FC 30 7 0 51 1 41 61 3B
Octal 353 374 60 7 0 121 1 101 141 73
Binary 11101011 11111100 110000 111 0 1010001 1 1000001 1100001 111011

Color Harmonies of #EBFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFC30

Black with #EBFC30

Text Example


Text Example

White with #EBFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFC30; }

 p { color: rgb(235,252,48); }

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

background-color css

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

 a { background-color: rgb(235,252,48); }

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

border-color css

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

 span { border-color: rgb(235,252,48); }

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