Html Css Color HEX #ECDE1F Golden Fizz

📋 copy color: '#ECDE1F'

red 236 ◦ green 222 ◦ blue 31

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

Shades of Golden Fizz #ECDE1F

Tints of Golden Fizz #ECDE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.34%

R = 48.26%
G = 45.4%
B = 6.34%

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

#ECDE1F (or 0xECDE1F) is known color: Golden Fizz. HEX triplet: EC, DE and 1F. RGB value is (236,222,31). Sum of RGB (Red+Green+Blue) = 236+222+31=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE1F is #1321E0. Grayscale: #CDCDCD. Windows color (decimal): -1253857 or 2088684. OLE color: 2088684.

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

Color convert

RGB 236 222 31 -
CMYK 0 0.06 0.87 0.07
HSL 55.9º 0.84% 0.52% -
HSV(B) 55.9º 0.87% 0.93% -
XYZ 60.96 70.17 11.63 -
YUV 204.41 30.14 150.53 -
System Red Green Blue C M Y K H S L
Decimal 236 222 31 0 0.06 0.87 0.07 55.9 0.84 0.52
Hex EC DE 1F 0 6 57 7 38 54 34
Octal 354 336 37 0 6 127 7 70 124 64
Binary 11101100 11011110 11111 0 110 1010111 111 111000 1010100 110100

Color Harmonies of #ECDE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE1F

Black with #ECDE1F

Text Example


Text Example

White with #ECDE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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