Html Css Color HEX #EBF324 Golden Fizz

📋 copy color: '#EBF324'

red 235 ◦ green 243 ◦ blue 36

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

Shades of Golden Fizz #EBF324

Tints of Golden Fizz #EBF324

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.28%

 BLUE value IS 36 (14.45% from 255) = 7%

R = 45.72%
G = 47.28%
B = 7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#EBF324 (or 0xEBF324) is known color: Golden Fizz. HEX triplet: EB, F3 and 24. RGB value is (235,243,36). Sum of RGB (Red+Green+Blue) = 235+243+36=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 36 (14.45% from 255 or 7.00% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF324 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF324 is #140CDB. Grayscale: #D9D9D9. Windows color (decimal): -1314012 or 2421739. OLE color: 2421739.

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

Color convert

RGB 235 243 36 -
CMYK 0.03 0 0.85 0.05
HSL 62.32º 0.9% 0.55% -
HSV(B) 62.32º 0.85% 0.95% -
XYZ 66.63 81.89 13.96 -
YUV 217.01 25.85 140.83 -
System Red Green Blue C M Y K H S L
Decimal 235 243 36 0.03 0 0.85 0.05 62.32 0.9 0.55
Hex EB F3 24 3 0 55 5 3E 5A 37
Octal 353 363 44 3 0 125 5 76 132 67
Binary 11101011 11110011 100100 11 0 1010101 101 111110 1011010 110111

Color Harmonies of #EBF324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF324

Black with #EBF324

Text Example


Text Example

White with #EBF324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF324; }

 p { color: rgb(235,243,36); }

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

background-color css

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

 a { background-color: rgb(235,243,36); }

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

border-color css

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

 span { border-color: rgb(235,243,36); }

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