Html Css Color HEX #ECD430 Golden Fizz

📋 copy color: '#ECD430'

red 236 ◦ green 212 ◦ blue 48

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

Shades of Golden Fizz #ECD430

Tints of Golden Fizz #ECD430

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.74%

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

R = 47.58%
G = 42.74%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECD430 (or 0xECD430) is known color: Golden Fizz. HEX triplet: EC, D4 and 30. RGB value is (236,212,48). Sum of RGB (Red+Green+Blue) = 236+212+48=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD430 is #132BCF. Grayscale: #C9C9C9. Windows color (decimal): -1256400 or 3200236. OLE color: 3200236.

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

Color convert

RGB 236 212 48 -
CMYK 0 0.10 0.80 0.07
HSL 52.34º 0.83% 0.56% -
HSV(B) 52.34º 0.8% 0.93% -
XYZ 58.67 65.13 12.28 -
YUV 200.48 41.95 153.34 -
System Red Green Blue C M Y K H S L
Decimal 236 212 48 0 0.10 0.80 0.07 52.34 0.83 0.56
Hex EC D4 30 0 A 50 7 34 53 38
Octal 354 324 60 0 12 120 7 64 123 70
Binary 11101100 11010100 110000 0 1010 1010000 111 110100 1010011 111000

Color Harmonies of #ECD430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD430

Black with #ECD430

Text Example


Text Example

White with #ECD430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD430; }

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

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

background-color css

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

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

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

border-color css

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

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

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