Html Css Color HEX #EBF829 Golden Fizz

📋 copy color: '#EBF829'

red 235 ◦ green 248 ◦ blue 41

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

Shades of Golden Fizz #EBF829

Tints of Golden Fizz #EBF829

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.33%

 BLUE value IS 41 (16.41% from 255) = 7.82%

R = 44.85%
G = 47.33%
B = 7.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#EBF829 (or 0xEBF829) is known color: Golden Fizz. HEX triplet: EB, F8 and 29. RGB value is (235,248,41). Sum of RGB (Red+Green+Blue) = 235+248+41=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 41 (16.41% from 255 or 7.82% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF829 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF829 is #1407D6. Grayscale: #DDDDDD. Windows color (decimal): -1312727 or 2750699. OLE color: 2750699.

HSL color Cylindrical-coordinate representation of color #EBF829: hue angle of 63.77º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBF829 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 248 41 -
CMYK 0.05 0 0.83 0.03
HSL 63.77º 0.94% 0.57% -
HSV(B) 63.77º 0.83% 0.97% -
XYZ 68.23 84.96 14.9 -
YUV 220.52 26.69 138.33 -
System Red Green Blue C M Y K H S L
Decimal 235 248 41 0.05 0 0.83 0.03 63.77 0.94 0.57
Hex EB F8 29 5 0 53 3 40 5E 39
Octal 353 370 51 5 0 123 3 100 136 71
Binary 11101011 11111000 101001 101 0 1010011 11 1000000 1011110 111001

Color Harmonies of #EBF829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF829

Black with #EBF829

Text Example


Text Example

White with #EBF829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF829; }

 p { color: rgb(235,248,41); }

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

background-color css

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

 a { background-color: rgb(235,248,41); }

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

border-color css

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

 span { border-color: rgb(235,248,41); }

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