Html Css Color HEX #EBF528 Golden Fizz

📋 copy color: '#EBF528'

red 235 ◦ green 245 ◦ blue 40

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

Shades of Golden Fizz #EBF528

Tints of Golden Fizz #EBF528

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.12%

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

R = 45.19%
G = 47.12%
B = 7.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#EBF528 (or 0xEBF528) is known color: Golden Fizz. HEX triplet: EB, F5 and 28. RGB value is (235,245,40). Sum of RGB (Red+Green+Blue) = 235+245+40=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF528 is #140AD7. Grayscale: #DBDBDB. Windows color (decimal): -1313496 or 2684395. OLE color: 2684395.

HSL color Cylindrical-coordinate representation of color #EBF528: hue angle of 62.93º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBF528 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 245 40 -
CMYK 0.04 0 0.84 0.04
HSL 62.93º 0.91% 0.56% -
HSV(B) 62.93º 0.84% 0.96% -
XYZ 67.3 83.12 14.5 -
YUV 218.64 27.19 139.67 -
System Red Green Blue C M Y K H S L
Decimal 235 245 40 0.04 0 0.84 0.04 62.93 0.91 0.56
Hex EB F5 28 4 0 54 4 3F 5B 38
Octal 353 365 50 4 0 124 4 77 133 70
Binary 11101011 11110101 101000 100 0 1010100 100 111111 1011011 111000

Color Harmonies of #EBF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF528

Black with #EBF528

Text Example


Text Example

White with #EBF528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF528; }

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

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

background-color css

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

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

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

border-color css

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

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

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