Html Css Color HEX #ECF534 Golden Fizz

📋 copy color: '#ECF534'

red 236 ◦ green 245 ◦ blue 52

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

Shades of Golden Fizz #ECF534

Tints of Golden Fizz #ECF534

RGB

 RED value IS 236 (92.58% from 255) = 44.28%

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

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

R = 44.28%
G = 45.97%
B = 9.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#ECF534 (or 0xECF534) is known color: Golden Fizz. HEX triplet: EC, F5 and 34. RGB value is (236,245,52). Sum of RGB (Red+Green+Blue) = 236+245+52=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 52 (20.70% from 255 or 9.76% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF534 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF534 is #130ACB. Grayscale: #DDDDDD. Windows color (decimal): -1247948 or 3470828. OLE color: 3470828.

HSL color Cylindrical-coordinate representation of color #ECF534: hue angle of 62.8º 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 #ECF534 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 245 52 -
CMYK 0.04 0 0.79 0.04
HSL 62.8º 0.91% 0.58% -
HSV(B) 62.8º 0.79% 0.96% -
XYZ 67.86 83.39 15.77 -
YUV 220.31 33.02 139.19 -
System Red Green Blue C M Y K H S L
Decimal 236 245 52 0.04 0 0.79 0.04 62.8 0.91 0.58
Hex EC F5 34 4 0 4F 4 3F 5B 3A
Octal 354 365 64 4 0 117 4 77 133 72
Binary 11101100 11110101 110100 100 0 1001111 100 111111 1011011 111010

Color Harmonies of #ECF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF534

Black with #ECF534

Text Example


Text Example

White with #ECF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF534; }

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

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

background-color css

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

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

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

border-color css

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

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

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