Html Css Color HEX #EBFF28 Golden Fizz

📋 copy color: '#EBFF28'

red 235 ◦ green 255 ◦ blue 40

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

Shades of Golden Fizz #EBFF28

Tints of Golden Fizz #EBFF28

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

 BLUE value IS 40 (16.02% from 255) = 7.55%

R = 44.34%
G = 48.11%
B = 7.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#EBFF28 (or 0xEBFF28) is known color: Golden Fizz. HEX triplet: EB, FF and 28. RGB value is (235,255,40). Sum of RGB (Red+Green+Blue) = 235+255+40=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 40 (16.02% from 255 or 7.55% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF28 is #1400D7. Grayscale: #E1E1E1. Windows color (decimal): -1310936 or 2686955. OLE color: 2686955.

HSL color Cylindrical-coordinate representation of color #EBFF28: hue angle of 65.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBFF28 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 235 255 40 -
CMYK 0.08 0 0.84 0
HSL 65.58º 1% 0.58% -
HSV(B) 65.58º 0.84% 1% -
XYZ 70.4 89.34 15.54 -
YUV 224.51 23.87 135.48 -
System Red Green Blue C M Y K H S L
Decimal 235 255 40 0.08 0 0.84 0 65.58 1 0.58
Hex EB FF 28 8 0 54 0 42 64 3A
Octal 353 377 50 10 0 124 0 102 144 72
Binary 11101011 11111111 101000 1000 0 1010100 0 1000010 1100100 111010

Color Harmonies of #EBFF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFF28

Black with #EBFF28

Text Example


Text Example

White with #EBFF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFF28; }

 p { color: rgb(235,255,40); }

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

background-color css

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

 a { background-color: rgb(235,255,40); }

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

border-color css

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

 span { border-color: rgb(235,255,40); }

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