Html Css Color HEX #EBF02C Golden Fizz

📋 copy color: '#EBF02C'

red 235 ◦ green 240 ◦ blue 44

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

Shades of Golden Fizz #EBF02C

Tints of Golden Fizz #EBF02C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.24%

 BLUE value IS 44 (17.58% from 255) = 8.48%

R = 45.28%
G = 46.24%
B = 8.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EBF02C (or 0xEBF02C) is known color: Golden Fizz. HEX triplet: EB, F0 and 2C. RGB value is (235,240,44). Sum of RGB (Red+Green+Blue) = 235+240+44=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 44 (17.58% from 255 or 8.48% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF02C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF02C is #140FD3. Grayscale: #D8D8D8. Windows color (decimal): -1314772 or 2945259. OLE color: 2945259.

HSL color Cylindrical-coordinate representation of color #EBF02C: hue angle of 61.53º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBF02C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 44 -
CMYK 0.02 0 0.82 0.06
HSL 61.53º 0.87% 0.56% -
HSV(B) 61.53º 0.82% 0.94% -
XYZ 65.88 80.16 14.38 -
YUV 216.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 235 240 44 0.02 0 0.82 0.06 61.53 0.87 0.56
Hex EB F0 2C 2 0 52 6 3E 57 38
Octal 353 360 54 2 0 122 6 76 127 70
Binary 11101011 11110000 101100 10 0 1010010 110 111110 1010111 111000

Color Harmonies of #EBF02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF02C

Black with #EBF02C

Text Example


Text Example

White with #EBF02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF02C; }

 p { color: rgb(235,240,44); }

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

background-color css

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

 a { background-color: rgb(235,240,44); }

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

border-color css

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

 span { border-color: rgb(235,240,44); }

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