Html Css Color HEX #ECDE31 Golden Fizz

📋 copy color: '#ECDE31'

red 236 ◦ green 222 ◦ blue 49

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

Shades of Golden Fizz #ECDE31

Tints of Golden Fizz #ECDE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.66%

R = 46.55%
G = 43.79%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECDE31 (or 0xECDE31) is known color: Golden Fizz. HEX triplet: EC, DE and 31. RGB value is (236,222,49). Sum of RGB (Red+Green+Blue) = 236+222+49=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE31 is #1321CE. Grayscale: #CFCFCF. Windows color (decimal): -1253839 or 3268332. OLE color: 3268332.

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

Color convert

RGB 236 222 49 -
CMYK 0 0.06 0.79 0.07
HSL 55.51º 0.83% 0.56% -
HSV(B) 55.51º 0.79% 0.93% -
XYZ 61.27 70.3 13.25 -
YUV 206.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 236 222 49 0 0.06 0.79 0.07 55.51 0.83 0.56
Hex EC DE 31 0 6 4F 7 38 53 38
Octal 354 336 61 0 6 117 7 70 123 70
Binary 11101100 11011110 110001 0 110 1001111 111 111000 1010011 111000

Color Harmonies of #ECDE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE31

Black with #ECDE31

Text Example


Text Example

White with #ECDE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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