Html Css Color HEX #ECD630 Golden Fizz

📋 copy color: '#ECD630'

red 236 ◦ green 214 ◦ blue 48

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

Shades of Golden Fizz #ECD630

Tints of Golden Fizz #ECD630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.97%

 BLUE value IS 48 (19.14% from 255) = 9.64%

R = 47.39%
G = 42.97%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECD630 (or 0xECD630) is known color: Golden Fizz. HEX triplet: EC, D6 and 30. RGB value is (236,214,48). Sum of RGB (Red+Green+Blue) = 236+214+48=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD630 is #1329CF. Grayscale: #CACACA. Windows color (decimal): -1255888 or 3200748. OLE color: 3200748.

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

Color convert

RGB 236 214 48 -
CMYK 0 0.09 0.80 0.07
HSL 52.98º 0.83% 0.56% -
HSV(B) 52.98º 0.8% 0.93% -
XYZ 59.17 66.14 12.44 -
YUV 201.65 41.29 152.5 -
System Red Green Blue C M Y K H S L
Decimal 236 214 48 0 0.09 0.80 0.07 52.98 0.83 0.56
Hex EC D6 30 0 9 50 7 35 53 38
Octal 354 326 60 0 11 120 7 65 123 70
Binary 11101100 11010110 110000 0 1001 1010000 111 110101 1010011 111000

Color Harmonies of #ECD630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD630

Black with #ECD630

Text Example


Text Example

White with #ECD630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD630; }

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

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

background-color css

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

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

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

border-color css

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

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

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