Html Css Color HEX #ECDC1F Golden Fizz

📋 copy color: '#ECDC1F'

red 236 ◦ green 220 ◦ blue 31

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

Shades of Golden Fizz #ECDC1F

Tints of Golden Fizz #ECDC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

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

R = 48.46%
G = 45.17%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECDC1F (or 0xECDC1F) is known color: Golden Fizz. HEX triplet: EC, DC and 1F. RGB value is (236,220,31). Sum of RGB (Red+Green+Blue) = 236+220+31=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC1F is #1323E0. Grayscale: #CCCCCC. Windows color (decimal): -1254369 or 2088172. OLE color: 2088172.

HSL color Cylindrical-coordinate representation of color #ECDC1F: hue angle of 55.32º 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 #ECDC1F is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 31 -
CMYK 0 0.07 0.87 0.07
HSL 55.32º 0.84% 0.52% -
HSV(B) 55.32º 0.87% 0.93% -
XYZ 60.43 69.12 11.45 -
YUV 203.24 30.8 151.37 -
System Red Green Blue C M Y K H S L
Decimal 236 220 31 0 0.07 0.87 0.07 55.32 0.84 0.52
Hex EC DC 1F 0 7 57 7 37 54 34
Octal 354 334 37 0 7 127 7 67 124 64
Binary 11101100 11011100 11111 0 111 1010111 111 110111 1010100 110100

Color Harmonies of #ECDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC1F

Black with #ECDC1F

Text Example


Text Example

White with #ECDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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