Html Css Color HEX #EBF226 Golden Fizz

📋 copy color: '#EBF226'

red 235 ◦ green 242 ◦ blue 38

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

Shades of Golden Fizz #EBF226

Tints of Golden Fizz #EBF226

RGB

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

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

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

R = 45.63%
G = 46.99%
B = 7.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#EBF226 (or 0xEBF226) is known color: Golden Fizz. HEX triplet: EB, F2 and 26. RGB value is (235,242,38). Sum of RGB (Red+Green+Blue) = 235+242+38=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 38 (15.23% from 255 or 7.38% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF226 is #140DD9. Grayscale: #D9D9D9. Windows color (decimal): -1314266 or 2552555. OLE color: 2552555.

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

Color convert

RGB 235 242 38 -
CMYK 0.03 0 0.84 0.05
HSL 62.06º 0.89% 0.55% -
HSV(B) 62.06º 0.84% 0.95% -
XYZ 66.36 81.31 14.03 -
YUV 216.65 27.18 141.09 -
System Red Green Blue C M Y K H S L
Decimal 235 242 38 0.03 0 0.84 0.05 62.06 0.89 0.55
Hex EB F2 26 3 0 54 5 3E 59 37
Octal 353 362 46 3 0 124 5 76 131 67
Binary 11101011 11110010 100110 11 0 1010100 101 111110 1011001 110111

Color Harmonies of #EBF226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF226

Black with #EBF226

Text Example


Text Example

White with #EBF226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF226; }

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

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

background-color css

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

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

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

border-color css

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

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

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