Html Css Color HEX #ECE72A Golden Fizz

📋 copy color: '#ECE72A'

red 236 ◦ green 231 ◦ blue 42

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

Shades of Golden Fizz #ECE72A

Tints of Golden Fizz #ECE72A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.38%

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

R = 46.37%
G = 45.38%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECE72A (or 0xECE72A) is known color: Golden Fizz. HEX triplet: EC, E7 and 2A. RGB value is (236,231,42). Sum of RGB (Red+Green+Blue) = 236+231+42=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE72A is #1318D5. Grayscale: #D3D3D3. Windows color (decimal): -1251542 or 2811884. OLE color: 2811884.

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

Color convert

RGB 236 231 42 -
CMYK 0 0.02 0.82 0.07
HSL 58.45º 0.84% 0.55% -
HSV(B) 58.45º 0.82% 0.93% -
XYZ 63.59 75.15 13.34 -
YUV 210.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 236 231 42 0 0.02 0.82 0.07 58.45 0.84 0.55
Hex EC E7 2A 0 2 52 7 3A 54 37
Octal 354 347 52 0 2 122 7 72 124 67
Binary 11101100 11100111 101010 0 10 1010010 111 111010 1010100 110111

Color Harmonies of #ECE72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE72A

Black with #ECE72A

Text Example


Text Example

White with #ECE72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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