Html Css Color HEX #E2EC2D Golden Fizz

📋 copy color: '#E2EC2D'

red 226 ◦ green 236 ◦ blue 45

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

Shades of Golden Fizz #E2EC2D

Tints of Golden Fizz #E2EC2D

RGB

 RED value IS 226 (88.67% from 255) = 44.58%

 GREEN value IS 236 (92.58% from 255) = 46.55%

 BLUE value IS 45 (17.97% from 255) = 8.88%

R = 44.58%
G = 46.55%
B = 8.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#E2EC2D (or 0xE2EC2D) is known color: Golden Fizz. HEX triplet: E2, EC and 2D. RGB value is (226,236,45). Sum of RGB (Red+Green+Blue) = 226+236+45=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EC2D is #1D13D2. Grayscale: #D3D3D3. Windows color (decimal): -1905619 or 3009762. OLE color: 3009762.

HSL color Cylindrical-coordinate representation of color #E2EC2D: hue angle of 63.14º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2EC2D is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 236 45 -
CMYK 0.04 0 0.81 0.07
HSL 63.14º 0.83% 0.55% -
HSV(B) 63.14º 0.81% 0.93% -
XYZ 61.83 76.35 13.96 -
YUV 211.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 226 236 45 0.04 0 0.81 0.07 63.14 0.83 0.55
Hex E2 EC 2D 4 0 51 7 3F 53 37
Octal 342 354 55 4 0 121 7 77 123 67
Binary 11100010 11101100 101101 100 0 1010001 111 111111 1010011 110111

Color Harmonies of #E2EC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EC2D

Black with #E2EC2D

Text Example


Text Example

White with #E2EC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EC2D; }

 p { color: rgb(226,236,45); }

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

background-color css

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

 a { background-color: rgb(226,236,45); }

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

border-color css

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

 span { border-color: rgb(226,236,45); }

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