Html Css Color HEX #EBF231 Golden Fizz

📋 copy color: '#EBF231'

red 235 ◦ green 242 ◦ blue 49

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

Shades of Golden Fizz #EBF231

Tints of Golden Fizz #EBF231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.32%

R = 44.68%
G = 46.01%
B = 9.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EBF231 (or 0xEBF231) is known color: Golden Fizz. HEX triplet: EB, F2 and 31. RGB value is (235,242,49). Sum of RGB (Red+Green+Blue) = 235+242+49=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 49 (19.53% from 255 or 9.32% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF231 is #140DCE. Grayscale: #DADADA. Windows color (decimal): -1314255 or 3273451. OLE color: 3273451.

HSL color Cylindrical-coordinate representation of color #EBF231: hue angle of 62.18º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBF231 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 49 -
CMYK 0.03 0 0.80 0.05
HSL 62.18º 0.88% 0.57% -
HSV(B) 62.18º 0.8% 0.95% -
XYZ 66.57 81.39 15.11 -
YUV 217.91 32.68 140.19 -
System Red Green Blue C M Y K H S L
Decimal 235 242 49 0.03 0 0.80 0.05 62.18 0.88 0.57
Hex EB F2 31 3 0 50 5 3E 58 39
Octal 353 362 61 3 0 120 5 76 130 71
Binary 11101011 11110010 110001 11 0 1010000 101 111110 1011000 111001

Color Harmonies of #EBF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF231

Black with #EBF231

Text Example


Text Example

White with #EBF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF231; }

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

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

background-color css

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

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

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

border-color css

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

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

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