Html Css Color HEX #ECDF1B Golden Fizz

📋 copy color: '#ECDF1B'

red 236 ◦ green 223 ◦ blue 27

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

Shades of Golden Fizz #ECDF1B

Tints of Golden Fizz #ECDF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.56%

R = 48.56%
G = 45.88%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECDF1B (or 0xECDF1B) is known color: Golden Fizz. HEX triplet: EC, DF and 1B. RGB value is (236,223,27). Sum of RGB (Red+Green+Blue) = 236+223+27=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF1B is #1320E4. Grayscale: #CDCDCD. Windows color (decimal): -1253605 or 1826796. OLE color: 1826796.

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

Color convert

RGB 236 223 27 -
CMYK 0 0.06 0.89 0.07
HSL 56.27º 0.85% 0.52% -
HSV(B) 56.27º 0.89% 0.93% -
XYZ 61.18 70.69 11.46 -
YUV 204.54 27.81 150.44 -
System Red Green Blue C M Y K H S L
Decimal 236 223 27 0 0.06 0.89 0.07 56.27 0.85 0.52
Hex EC DF 1B 0 6 59 7 38 55 34
Octal 354 337 33 0 6 131 7 70 125 64
Binary 11101100 11011111 11011 0 110 1011001 111 111000 1010101 110100

Color Harmonies of #ECDF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF1B

Black with #ECDF1B

Text Example


Text Example

White with #ECDF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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