Html Css Color HEX #ECDD1E Golden Fizz

📋 copy color: '#ECDD1E'

red 236 ◦ green 221 ◦ blue 30

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

Shades of Golden Fizz #ECDD1E

Tints of Golden Fizz #ECDD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.16%

R = 48.46%
G = 45.38%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECDD1E (or 0xECDD1E) is known color: Golden Fizz. HEX triplet: EC, DD and 1E. RGB value is (236,221,30). Sum of RGB (Red+Green+Blue) = 236+221+30=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD1E is #1322E1. Grayscale: #CCCCCC. Windows color (decimal): -1254114 or 2022892. OLE color: 2022892.

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

Color convert

RGB 236 221 30 -
CMYK 0 0.06 0.87 0.07
HSL 55.63º 0.84% 0.52% -
HSV(B) 55.63º 0.87% 0.93% -
XYZ 60.68 69.64 11.47 -
YUV 203.71 29.97 151.03 -
System Red Green Blue C M Y K H S L
Decimal 236 221 30 0 0.06 0.87 0.07 55.63 0.84 0.52
Hex EC DD 1E 0 6 57 7 38 54 34
Octal 354 335 36 0 6 127 7 70 124 64
Binary 11101100 11011101 11110 0 110 1010111 111 111000 1010100 110100

Color Harmonies of #ECDD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD1E

Black with #ECDD1E

Text Example


Text Example

White with #ECDD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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