Html Css Color HEX #ECDE1C Golden Fizz

📋 copy color: '#ECDE1C'

red 236 ◦ green 222 ◦ blue 28

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

Shades of Golden Fizz #ECDE1C

Tints of Golden Fizz #ECDE1C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.68%

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

R = 48.56%
G = 45.68%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECDE1C (or 0xECDE1C) is known color: Golden Fizz. HEX triplet: EC, DE and 1C. RGB value is (236,222,28). Sum of RGB (Red+Green+Blue) = 236+222+28=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE1C is #1321E3. Grayscale: #CCCCCC. Windows color (decimal): -1253860 or 1892076. OLE color: 1892076.

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

Color convert

RGB 236 222 28 -
CMYK 0 0.06 0.88 0.07
HSL 55.96º 0.85% 0.52% -
HSV(B) 55.96º 0.88% 0.93% -
XYZ 60.92 70.16 11.43 -
YUV 204.07 28.64 150.77 -
System Red Green Blue C M Y K H S L
Decimal 236 222 28 0 0.06 0.88 0.07 55.96 0.85 0.52
Hex EC DE 1C 0 6 58 7 38 55 34
Octal 354 336 34 0 6 130 7 70 125 64
Binary 11101100 11011110 11100 0 110 1011000 111 111000 1010101 110100

Color Harmonies of #ECDE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE1C

Black with #ECDE1C

Text Example


Text Example

White with #ECDE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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