Html Css Color HEX #ECEF2A Golden Fizz

📋 copy color: '#ECEF2A'

red 236 ◦ green 239 ◦ blue 42

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

Shades of Golden Fizz #ECEF2A

Tints of Golden Fizz #ECEF2A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.23%

 BLUE value IS 42 (16.8% from 255) = 8.12%

R = 45.65%
G = 46.23%
B = 8.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#ECEF2A (or 0xECEF2A) is known color: Golden Fizz. HEX triplet: EC, EF and 2A. RGB value is (236,239,42). Sum of RGB (Red+Green+Blue) = 236+239+42=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 42 (16.80% from 255 or 8.12% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEF2A is #1310D5. Grayscale: #D8D8D8. Windows color (decimal): -1249494 or 2813932. OLE color: 2813932.

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

Color convert

RGB 236 239 42 -
CMYK 0.01 0 0.82 0.06
HSL 60.91º 0.86% 0.55% -
HSV(B) 60.91º 0.82% 0.94% -
XYZ 65.88 79.73 14.11 -
YUV 215.65 30.01 142.52 -
System Red Green Blue C M Y K H S L
Decimal 236 239 42 0.01 0 0.82 0.06 60.91 0.86 0.55
Hex EC EF 2A 1 0 52 6 3D 56 37
Octal 354 357 52 1 0 122 6 75 126 67
Binary 11101100 11101111 101010 1 0 1010010 110 111101 1010110 110111

Color Harmonies of #ECEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEF2A

Black with #ECEF2A

Text Example


Text Example

White with #ECEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEF2A; }

 p { color: rgb(236,239,42); }

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

background-color css

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

 a { background-color: rgb(236,239,42); }

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

border-color css

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

 span { border-color: rgb(236,239,42); }

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