#ECE630

Color #ECE630 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #ECE630

Tints of Golden Fizz #ECE630

Color information

#ECE630 (or 0xECE630) is unknown color: approx Golden Fizz. HEX triplet: EC, E6 and 30. RGB value is (236,230,48). Sum of RGB (Red+Green+Blue) = 236+230+48=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE630 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE630 is #1319CF. Grayscale: #D3D3D3. Windows color (decimal): -1251792 or 3204844. OLE color: 3204844.

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

Color convert

RGB23623048-
CMYK00.030.800.07
HSL58.09º83.19%55.69%-
HSV(B)58.09º79.66%92.55%-
XYZ63.4274.6413.86-
YUV211.0535.99145.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 230 (90.23% from 255) = 44.75%
BLUE value IS 48 (19.14% from 255) = 9.34%
R=45.91%
G=44.75%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362304800.030.800.0758.0983.1955.69
HexECE630035073a5338
Octal354346600312077212370
Binary111011001110011011000001110100001111110101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE630; }

 p { color: rgb(236,230,48); }

 H1.HeaderClassName
 {
   color: #ECE630;
 }
 .AnyTagClassName
 {
   color: #ECE630;
 }
</style>
background-color css

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

 a { background-color: rgb(236,230,48); }

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

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

 span { border-color: rgb(236,230,48); }

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