Html Css Color HEX #ECE134 Golden Fizz

📋 copy color: '#ECE134'

red 236 ◦ green 225 ◦ blue 52

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

Shades of Golden Fizz #ECE134

Tints of Golden Fizz #ECE134

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.86%

 BLUE value IS 52 (20.7% from 255) = 10.14%

R = 46%
G = 43.86%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECE134 (or 0xECE134) is known color: Golden Fizz. HEX triplet: EC, E1 and 34. RGB value is (236,225,52). Sum of RGB (Red+Green+Blue) = 236+225+52=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 52 (20.70% from 255 or 10.14% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE134 is #131ECB. Grayscale: #D1D1D1. Windows color (decimal): -1253068 or 3465708. OLE color: 3465708.

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

Color convert

RGB 236 225 52 -
CMYK 0 0.05 0.78 0.07
HSL 56.41º 0.83% 0.56% -
HSV(B) 56.41º 0.78% 0.93% -
XYZ 62.14 71.93 13.86 -
YUV 208.57 39.64 147.57 -
System Red Green Blue C M Y K H S L
Decimal 236 225 52 0 0.05 0.78 0.07 56.41 0.83 0.56
Hex EC E1 34 0 5 4E 7 38 53 38
Octal 354 341 64 0 5 116 7 70 123 70
Binary 11101100 11100001 110100 0 101 1001110 111 111000 1010011 111000

Color Harmonies of #ECE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE134

Black with #ECE134

Text Example


Text Example

White with #ECE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE134; }

 p { color: rgb(236,225,52); }

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

background-color css

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

 a { background-color: rgb(236,225,52); }

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

border-color css

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

 span { border-color: rgb(236,225,52); }

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