Html Css Color HEX #EBF128 Golden Fizz

📋 copy color: '#EBF128'

red 235 ◦ green 241 ◦ blue 40

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

Shades of Golden Fizz #EBF128

Tints of Golden Fizz #EBF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.71%

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

R = 45.54%
G = 46.71%
B = 7.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#EBF128 (or 0xEBF128) is known color: Golden Fizz. HEX triplet: EB, F1 and 28. RGB value is (235,241,40). Sum of RGB (Red+Green+Blue) = 235+241+40=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 40 (16.02% from 255 or 7.75% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF128 is #140ED7. Grayscale: #D9D9D9. Windows color (decimal): -1314520 or 2683371. OLE color: 2683371.

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

Color convert

RGB 235 241 40 -
CMYK 0.02 0 0.83 0.05
HSL 61.79º 0.88% 0.55% -
HSV(B) 61.79º 0.83% 0.95% -
XYZ 66.1 80.73 14.11 -
YUV 216.29 28.51 141.34 -
System Red Green Blue C M Y K H S L
Decimal 235 241 40 0.02 0 0.83 0.05 61.79 0.88 0.55
Hex EB F1 28 2 0 53 5 3E 58 37
Octal 353 361 50 2 0 123 5 76 130 67
Binary 11101011 11110001 101000 10 0 1010011 101 111110 1011000 110111

Color Harmonies of #EBF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF128

Black with #EBF128

Text Example


Text Example

White with #EBF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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