Html Css Color HEX #ECD535 Golden Fizz

📋 copy color: '#ECD535'

red 236 ◦ green 213 ◦ blue 53

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

Shades of Golden Fizz #ECD535

Tints of Golden Fizz #ECD535

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 53 (21.09% from 255) = 10.56%

R = 47.01%
G = 42.43%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECD535 (or 0xECD535) is known color: Golden Fizz. HEX triplet: EC, D5 and 35. RGB value is (236,213,53). Sum of RGB (Red+Green+Blue) = 236+213+53=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD535 is #132ACA. Grayscale: #CACACA. Windows color (decimal): -1256139 or 3528172. OLE color: 3528172.

HSL color Cylindrical-coordinate representation of color #ECD535: hue angle of 52.46º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECD535 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 53 -
CMYK 0 0.10 0.78 0.07
HSL 52.46º 0.83% 0.57% -
HSV(B) 52.46º 0.78% 0.93% -
XYZ 59.03 65.68 12.93 -
YUV 201.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 236 213 53 0 0.10 0.78 0.07 52.46 0.83 0.57
Hex EC D5 35 0 A 4E 7 34 53 39
Octal 354 325 65 0 12 116 7 64 123 71
Binary 11101100 11010101 110101 0 1010 1001110 111 110100 1010011 111001

Color Harmonies of #ECD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD535

Black with #ECD535

Text Example


Text Example

White with #ECD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD535; }

 p { color: rgb(236,213,53); }

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

background-color css

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

 a { background-color: rgb(236,213,53); }

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

border-color css

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

 span { border-color: rgb(236,213,53); }

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