Html Css Color HEX #ECE31C Golden Fizz

📋 copy color: '#ECE31C'

red 236 ◦ green 227 ◦ blue 28

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

Shades of Golden Fizz #ECE31C

Tints of Golden Fizz #ECE31C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.23%

 BLUE value IS 28 (11.33% from 255) = 5.7%

R = 48.07%
G = 46.23%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECE31C (or 0xECE31C) is known color: Golden Fizz. HEX triplet: EC, E3 and 1C. RGB value is (236,227,28). Sum of RGB (Red+Green+Blue) = 236+227+28=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE31C is #131CE3. Grayscale: #CFCFCF. Windows color (decimal): -1252580 or 1893356. OLE color: 1893356.

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

Color convert

RGB 236 227 28 -
CMYK 0 0.04 0.88 0.07
HSL 57.4º 0.85% 0.52% -
HSV(B) 57.4º 0.88% 0.93% -
XYZ 62.27 72.85 11.88 -
YUV 207.01 26.98 148.68 -
System Red Green Blue C M Y K H S L
Decimal 236 227 28 0 0.04 0.88 0.07 57.4 0.85 0.52
Hex EC E3 1C 0 4 58 7 39 55 34
Octal 354 343 34 0 4 130 7 71 125 64
Binary 11101100 11100011 11100 0 100 1011000 111 111001 1010101 110100

Color Harmonies of #ECE31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE31C

Black with #ECE31C

Text Example


Text Example

White with #ECE31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE31C; }

 p { color: rgb(236,227,28); }

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

background-color css

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

 a { background-color: rgb(236,227,28); }

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

border-color css

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

 span { border-color: rgb(236,227,28); }

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