Html Css Color HEX #EFF325 Golden Fizz

📋 copy color: '#EFF325'

red 239 ◦ green 243 ◦ blue 37

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

Shades of Golden Fizz #EFF325

Tints of Golden Fizz #EFF325

RGB

 RED value IS 239 (93.75% from 255) = 46.05%

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

 BLUE value IS 37 (14.84% from 255) = 7.13%

R = 46.05%
G = 46.82%
B = 7.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#EFF325 (or 0xEFF325) is known color: Golden Fizz. HEX triplet: EF, F3 and 25. RGB value is (239,243,37). Sum of RGB (Red+Green+Blue) = 239+243+37=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 37 (14.84% from 255 or 7.13% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF325 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF325 is #100CDA. Grayscale: #DBDBDB. Windows color (decimal): -1051867 or 2487279. OLE color: 2487279.

HSL color Cylindrical-coordinate representation of color #EFF325: hue angle of 61.17º 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 #EFF325 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 243 37 -
CMYK 0.02 0 0.85 0.05
HSL 61.17º 0.9% 0.55% -
HSV(B) 61.17º 0.85% 0.95% -
XYZ 67.98 82.59 14.11 -
YUV 218.32 25.67 142.75 -
System Red Green Blue C M Y K H S L
Decimal 239 243 37 0.02 0 0.85 0.05 61.17 0.9 0.55
Hex EF F3 25 2 0 55 5 3D 5A 37
Octal 357 363 45 2 0 125 5 75 132 67
Binary 11101111 11110011 100101 10 0 1010101 101 111101 1011010 110111

Color Harmonies of #EFF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF325

Black with #EFF325

Text Example


Text Example

White with #EFF325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF325; }

 p { color: rgb(239,243,37); }

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

background-color css

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

 a { background-color: rgb(239,243,37); }

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

border-color css

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

 span { border-color: rgb(239,243,37); }

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