Html Css Color HEX #ECDD1D Golden Fizz

📋 copy color: '#ECDD1D'

red 236 ◦ green 221 ◦ blue 29

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

Shades of Golden Fizz #ECDD1D

Tints of Golden Fizz #ECDD1D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

 BLUE value IS 29 (11.72% from 255) = 5.97%

R = 48.56%
G = 45.47%
B = 5.97%

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

#ECDD1D (or 0xECDD1D) is known color: Golden Fizz. HEX triplet: EC, DD and 1D. RGB value is (236,221,29). Sum of RGB (Red+Green+Blue) = 236+221+29=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD1D is #1322E2. Grayscale: #CCCCCC. Windows color (decimal): -1254115 or 1957356. OLE color: 1957356.

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

Color convert

RGB 236 221 29 -
CMYK 0 0.06 0.88 0.07
HSL 55.65º 0.84% 0.52% -
HSV(B) 55.65º 0.88% 0.93% -
XYZ 60.67 69.63 11.41 -
YUV 203.6 29.47 151.11 -
System Red Green Blue C M Y K H S L
Decimal 236 221 29 0 0.06 0.88 0.07 55.65 0.84 0.52
Hex EC DD 1D 0 6 58 7 38 54 34
Octal 354 335 35 0 6 130 7 70 124 64
Binary 11101100 11011101 11101 0 110 1011000 111 111000 1010100 110100

Color Harmonies of #ECDD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD1D

Black with #ECDD1D

Text Example


Text Example

White with #ECDD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD1D; }

 p { color: rgb(236,221,29); }

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

background-color css

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

 a { background-color: rgb(236,221,29); }

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

border-color css

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

 span { border-color: rgb(236,221,29); }

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