Html Css Color HEX #EBF526 Golden Fizz

📋 copy color: '#EBF526'

red 235 ◦ green 245 ◦ blue 38

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

Shades of Golden Fizz #EBF526

Tints of Golden Fizz #EBF526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.34%

R = 45.37%
G = 47.3%
B = 7.34%

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

#EBF526 (or 0xEBF526) is known color: Golden Fizz. HEX triplet: EB, F5 and 26. RGB value is (235,245,38). Sum of RGB (Red+Green+Blue) = 235+245+38=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 38 (15.23% from 255 or 7.34% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF526 is #140AD9. Grayscale: #DBDBDB. Windows color (decimal): -1313498 or 2553323. OLE color: 2553323.

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

Color convert

RGB 235 245 38 -
CMYK 0.04 0 0.84 0.04
HSL 62.9º 0.91% 0.55% -
HSV(B) 62.9º 0.84% 0.96% -
XYZ 67.26 83.11 14.33 -
YUV 218.41 26.19 139.83 -
System Red Green Blue C M Y K H S L
Decimal 235 245 38 0.04 0 0.84 0.04 62.9 0.91 0.55
Hex EB F5 26 4 0 54 4 3F 5B 37
Octal 353 365 46 4 0 124 4 77 133 67
Binary 11101011 11110101 100110 100 0 1010100 100 111111 1011011 110111

Color Harmonies of #EBF526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF526

Black with #EBF526

Text Example


Text Example

White with #EBF526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF526; }

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

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

background-color css

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

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

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

border-color css

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

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

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