Html Css Color HEX #EBF225 Golden Fizz

📋 copy color: '#EBF225'

red 235 ◦ green 242 ◦ blue 37

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

Shades of Golden Fizz #EBF225

Tints of Golden Fizz #EBF225

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.08%

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

R = 45.72%
G = 47.08%
B = 7.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#EBF225 (or 0xEBF225) is known color: Golden Fizz. HEX triplet: EB, F2 and 25. RGB value is (235,242,37). Sum of RGB (Red+Green+Blue) = 235+242+37=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 37 (14.84% from 255 or 7.20% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF225 is #140DDA. Grayscale: #D9D9D9. Windows color (decimal): -1314267 or 2487019. OLE color: 2487019.

HSL color Cylindrical-coordinate representation of color #EBF225: hue angle of 62.05º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBF225 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 37 -
CMYK 0.03 0 0.85 0.05
HSL 62.05º 0.89% 0.55% -
HSV(B) 62.05º 0.85% 0.95% -
XYZ 66.35 81.3 13.95 -
YUV 216.54 26.68 141.17 -
System Red Green Blue C M Y K H S L
Decimal 235 242 37 0.03 0 0.85 0.05 62.05 0.89 0.55
Hex EB F2 25 3 0 55 5 3E 59 37
Octal 353 362 45 3 0 125 5 76 131 67
Binary 11101011 11110010 100101 11 0 1010101 101 111110 1011001 110111

Color Harmonies of #EBF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF225

Black with #EBF225

Text Example


Text Example

White with #EBF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF225; }

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

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

background-color css

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

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

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

border-color css

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

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

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