Html Css Color HEX #ECDF1F Golden Fizz

📋 copy color: '#ECDF1F'

red 236 ◦ green 223 ◦ blue 31

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

Shades of Golden Fizz #ECDF1F

Tints of Golden Fizz #ECDF1F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

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

R = 48.16%
G = 45.51%
B = 6.33%

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

#ECDF1F (or 0xECDF1F) is known color: Golden Fizz. HEX triplet: EC, DF and 1F. RGB value is (236,223,31). Sum of RGB (Red+Green+Blue) = 236+223+31=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF1F is #1320E0. Grayscale: #CDCDCD. Windows color (decimal): -1253601 or 2088940. OLE color: 2088940.

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

Color convert

RGB 236 223 31 -
CMYK 0 0.06 0.87 0.07
HSL 56.2º 0.84% 0.52% -
HSV(B) 56.2º 0.87% 0.93% -
XYZ 61.23 70.71 11.72 -
YUV 205 29.81 150.11 -
System Red Green Blue C M Y K H S L
Decimal 236 223 31 0 0.06 0.87 0.07 56.2 0.84 0.52
Hex EC DF 1F 0 6 57 7 38 54 34
Octal 354 337 37 0 6 127 7 70 124 64
Binary 11101100 11011111 11111 0 110 1010111 111 111000 1010100 110100

Color Harmonies of #ECDF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF1F

Black with #ECDF1F

Text Example


Text Example

White with #ECDF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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