Html Css Color HEX #ECDE30 Golden Fizz

📋 copy color: '#ECDE30'

red 236 ◦ green 222 ◦ blue 48

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

Shades of Golden Fizz #ECDE30

Tints of Golden Fizz #ECDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

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

R = 46.64%
G = 43.87%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECDE30 (or 0xECDE30) is known color: Golden Fizz. HEX triplet: EC, DE and 30. RGB value is (236,222,48). Sum of RGB (Red+Green+Blue) = 236+222+48=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE30 is #1321CF. Grayscale: #CFCFCF. Windows color (decimal): -1253840 or 3202796. OLE color: 3202796.

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

Color convert

RGB 236 222 48 -
CMYK 0 0.06 0.80 0.07
HSL 55.53º 0.83% 0.56% -
HSV(B) 55.53º 0.8% 0.93% -
XYZ 61.25 70.29 13.14 -
YUV 206.35 38.64 149.15 -
System Red Green Blue C M Y K H S L
Decimal 236 222 48 0 0.06 0.80 0.07 55.53 0.83 0.56
Hex EC DE 30 0 6 50 7 38 53 38
Octal 354 336 60 0 6 120 7 70 123 70
Binary 11101100 11011110 110000 0 110 1010000 111 111000 1010011 111000

Color Harmonies of #ECDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE30

Black with #ECDE30

Text Example


Text Example

White with #ECDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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