Html Css Color HEX #ECE01F Golden Fizz

📋 copy color: '#ECE01F'

red 236 ◦ green 224 ◦ blue 31

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

Shades of Golden Fizz #ECE01F

Tints of Golden Fizz #ECE01F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 31 (12.5% from 255) = 6.31%

R = 48.07%
G = 45.62%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECE01F (or 0xECE01F) is known color: Golden Fizz. HEX triplet: EC, E0 and 1F. RGB value is (236,224,31). Sum of RGB (Red+Green+Blue) = 236+224+31=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE01F is #131FE0. Grayscale: #CECECE. Windows color (decimal): -1253345 or 2089196. OLE color: 2089196.

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

Color convert

RGB 236 224 31 -
CMYK 0 0.05 0.87 0.07
HSL 56.49º 0.84% 0.52% -
HSV(B) 56.49º 0.87% 0.93% -
XYZ 61.5 71.24 11.81 -
YUV 205.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 236 224 31 0 0.05 0.87 0.07 56.49 0.84 0.52
Hex EC E0 1F 0 5 57 7 38 54 34
Octal 354 340 37 0 5 127 7 70 124 64
Binary 11101100 11100000 11111 0 101 1010111 111 111000 1010100 110100

Color Harmonies of #ECE01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE01F

Black with #ECE01F

Text Example


Text Example

White with #ECE01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE01F; }

 p { color: rgb(236,224,31); }

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

background-color css

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

 a { background-color: rgb(236,224,31); }

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

border-color css

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

 span { border-color: rgb(236,224,31); }

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