Html Css Color HEX #EBFD25 Golden Fizz

📋 copy color: '#EBFD25'

red 235 ◦ green 253 ◦ blue 37

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

Shades of Golden Fizz #EBFD25

Tints of Golden Fizz #EBFD25

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.19%

 BLUE value IS 37 (14.84% from 255) = 7.05%

R = 44.76%
G = 48.19%
B = 7.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#EBFD25 (or 0xEBFD25) is known color: Golden Fizz. HEX triplet: EB, FD and 25. RGB value is (235,253,37). Sum of RGB (Red+Green+Blue) = 235+253+37=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 37 (14.84% from 255 or 7.05% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFD25 is #1402DA. Grayscale: #DFDFDF. Windows color (decimal): -1311451 or 2489835. OLE color: 2489835.

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

Color convert

RGB 235 253 37 -
CMYK 0.07 0 0.85 0.01
HSL 65º 0.98% 0.57% -
HSV(B) 65º 0.85% 0.99% -
XYZ 69.72 88.05 15.07 -
YUV 222.99 23.04 136.56 -
System Red Green Blue C M Y K H S L
Decimal 235 253 37 0.07 0 0.85 0.01 65 0.98 0.57
Hex EB FD 25 7 0 55 1 41 62 39
Octal 353 375 45 7 0 125 1 101 142 71
Binary 11101011 11111101 100101 111 0 1010101 1 1000001 1100010 111001

Color Harmonies of #EBFD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFD25

Black with #EBFD25

Text Example


Text Example

White with #EBFD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFD25; }

 p { color: rgb(235,253,37); }

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

background-color css

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

 a { background-color: rgb(235,253,37); }

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

border-color css

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

 span { border-color: rgb(235,253,37); }

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