Html Css Color HEX #ECE01B Golden Fizz

📋 copy color: '#ECE01B'

red 236 ◦ green 224 ◦ blue 27

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

Shades of Golden Fizz #ECE01B

Tints of Golden Fizz #ECE01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46%

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

R = 48.46%
G = 46%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECE01B (or 0xECE01B) is known color: Golden Fizz. HEX triplet: EC, E0 and 1B. RGB value is (236,224,27). Sum of RGB (Red+Green+Blue) = 236+224+27=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE01B is #131FE4. Grayscale: #CDCDCD. Windows color (decimal): -1253349 or 1827052. OLE color: 1827052.

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

Color convert

RGB 236 224 27 -
CMYK 0 0.05 0.89 0.07
HSL 56.56º 0.85% 0.52% -
HSV(B) 56.56º 0.89% 0.93% -
XYZ 61.45 71.22 11.55 -
YUV 205.13 27.48 150.02 -
System Red Green Blue C M Y K H S L
Decimal 236 224 27 0 0.05 0.89 0.07 56.56 0.85 0.52
Hex EC E0 1B 0 5 59 7 39 55 34
Octal 354 340 33 0 5 131 7 71 125 64
Binary 11101100 11100000 11011 0 101 1011001 111 111001 1010101 110100

Color Harmonies of #ECE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE01B

Black with #ECE01B

Text Example


Text Example

White with #ECE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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