Html Css Color HEX #EFF534 Golden Fizz

📋 copy color: '#EFF534'

red 239 ◦ green 245 ◦ blue 52

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

Shades of Golden Fizz #EFF534

Tints of Golden Fizz #EFF534

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.71%

 BLUE value IS 52 (20.7% from 255) = 9.7%

R = 44.59%
G = 45.71%
B = 9.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#EFF534 (or 0xEFF534) is known color: Golden Fizz. HEX triplet: EF, F5 and 34. RGB value is (239,245,52). Sum of RGB (Red+Green+Blue) = 239+245+52=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 52 (20.70% from 255 or 9.70% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF534 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF534 is #100ACB. Grayscale: #DDDDDD. Windows color (decimal): -1051340 or 3470831. OLE color: 3470831.

HSL color Cylindrical-coordinate representation of color #EFF534: hue angle of 61.87º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFF534 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 52 -
CMYK 0.02 0 0.79 0.04
HSL 61.87º 0.91% 0.58% -
HSV(B) 61.87º 0.79% 0.96% -
XYZ 68.87 83.9 15.81 -
YUV 221.2 32.51 140.69 -
System Red Green Blue C M Y K H S L
Decimal 239 245 52 0.02 0 0.79 0.04 61.87 0.91 0.58
Hex EF F5 34 2 0 4F 4 3E 5B 3A
Octal 357 365 64 2 0 117 4 76 133 72
Binary 11101111 11110101 110100 10 0 1001111 100 111110 1011011 111010

Color Harmonies of #EFF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF534

Black with #EFF534

Text Example


Text Example

White with #EFF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF534; }

 p { color: rgb(239,245,52); }

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

background-color css

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

 a { background-color: rgb(239,245,52); }

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

border-color css

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

 span { border-color: rgb(239,245,52); }

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